diff options
author | Andreas Rammhold <andreas@rammhold.de> | 2020-05-26 13:06:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-05-26 15:37:05 +0200 |
commit | 3544f65f0c4b686a6ed44d1a41714f876c55e85c (patch) | |
tree | 4c5e4cd08a01e400f2baef401b895734ffb8399e | |
parent | dont install systemd-initctl, runlevel, telinit if no SYSV compat (diff) | |
download | systemd-3544f65f0c4b686a6ed44d1a41714f876c55e85c.tar.xz systemd-3544f65f0c4b686a6ed44d1a41714f876c55e85c.zip |
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.
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 63b1d749cb..d24acc1f0c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -26,3 +26,7 @@ indent_size = 4 [meson.build] indent_style = space indent_size = 8 + +[man/*.xml] +indent_size = 2 +indent_style = space |