Skip to content

Commit

Permalink
editorconfig: Set max_line_length to 80
Browse files Browse the repository at this point in the history
This way editors like emacs can highlight lines that are too long.

Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
  • Loading branch information
chrta authored and jhedberg committed Feb 27, 2020
1 parent 73f7028 commit 169f486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand Down

0 comments on commit 169f486

Please sign in to comment.