Skip to content

Commit

Permalink
.editorconfig: max_line_length=90 like clang-format
Browse files Browse the repository at this point in the history
Ideally the config (and editors) will have hard and soft limit for the
line length. Until then, update the config so that clang-format does not
excessively reformat.

Signed-off-by: Emil Velikov <[email protected]>
Link: #118
Signed-off-by: Lucas De Marchi <[email protected]>
  • Loading branch information
evelikov authored and lucasdemarchi committed Sep 9, 2024
1 parent 5fed5ba commit b1bd040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tab_width = 8

[*.{c,h}]
indent_style = tab
max_line_length = 80
max_line_length = 90

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

0 comments on commit b1bd040

Please sign in to comment.