mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08:00
editorconfig: add NEWS whitespace configuration
This commit is contained in:
parent
7113640493
commit
dc8db30db9
@ -14,6 +14,10 @@ insert_final_newline = true
|
|||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
|
[NEWS]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
# Match config files, set indent to spaces with width of eight
|
# Match config files, set indent to spaces with width of eight
|
||||||
[*.{c,h}]
|
[*.{c,h}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
Loading…
Reference in New Issue
Block a user