editorconfig: enforce maximum line length in .c and .h files

This commit is contained in:
Andreas Rammhold
2021-09-30 13:40:51 +02:00
parent 3c2c8e62c9
commit 83f0ec7978

View File

@@ -18,6 +18,7 @@ charset = utf-8
[*.{c,h}]
indent_style = space
indent_size = 8
max_line_length = 109
[*.sh]
indent_style = space