mirror of
https://github.com/systemd/systemd.git
synced 2025-01-21 22:04:01 +03:00
editorconfig: enforce maximum line length in .c and .h files
This commit is contained in:
parent
3c2c8e62c9
commit
83f0ec7978
@ -18,6 +18,7 @@ charset = utf-8
|
||||
[*.{c,h}]
|
||||
indent_style = space
|
||||
indent_size = 8
|
||||
max_line_length = 109
|
||||
|
||||
[*.sh]
|
||||
indent_style = space
|
||||
|
Loading…
x
Reference in New Issue
Block a user