mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
editorconfig: add man configuration
My VIM usually defaults to tabs (8ch) on these XML files. With this change it behaves as defined in the coding style documentation.
This commit is contained in:
parent
6589a56972
commit
3544f65f0c
@ -26,3 +26,7 @@ indent_size = 4
|
|||||||
[meson.build]
|
[meson.build]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
|
||||||
|
[man/*.xml]
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
Loading…
Reference in New Issue
Block a user