editorconfig: Set max_line_length to 80

This way editors like emacs can highlight lines that are too long.

Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
This commit is contained in:
Christian Taedcke 2020-02-12 13:17:52 +01:00 committed by Johan Hedberg
commit 169f4865e4

View file

@ -9,6 +9,7 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
# C
[*.{c,h}]