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:
parent
73f7028eb0
commit
169f4865e4
1 changed files with 1 additions and 0 deletions
|
@ -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}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue