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
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

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