1
0
mirror of https://github.com/systemd/systemd synced 2024-07-08 20:15:55 +00:00

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