Skip to content

Commit

Permalink
editorconfig: Add max_line_length property
Browse files Browse the repository at this point in the history
The property is supported by the most of the editors, but not all:
https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length

Cc: Eric Engestrom <[email protected]>
Cc: Eric Anholt <[email protected]>
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
  • Loading branch information
tanty committed Jan 10, 2019
1 parent 864cc41 commit e2e03f8
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 @@ -11,6 +11,7 @@ tab_width = 8
[*.{c,h,cpp,hpp,cc,hh}]
indent_style = space
indent_size = 3
max_line_length = 78

[{Makefile*,*.mk}]
indent_style = tab
Expand Down

0 comments on commit e2e03f8

Please sign in to comment.