Skip to content

Commit 83f0ec7

Browse files
committed
editorconfig: enforce maximum line length in .c and .h files
1 parent 3c2c8e6 commit 83f0ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ charset = utf-8
1818
[*.{c,h}]
1919
indent_style = space
2020
indent_size = 8
21+
max_line_length = 109
2122

2223
[*.sh]
2324
indent_style = space

0 commit comments

Comments
 (0)