mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08: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…
Reference in New Issue
Block a user