]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
editorconfig: add man configuration
authorAndreas Rammhold <andreas@rammhold.de>
Tue, 26 May 2020 11:06:42 +0000 (13:06 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 May 2020 13:37:05 +0000 (15:37 +0200)
My VIM usually defaults to tabs (8ch) on these XML files. With this
change it behaves as defined in the coding style documentation.

.editorconfig

index 63b1d749cb12653d63b5f735c361bddc5a289488..d24acc1f0c26f3e0ab0e46f6c2557563bf9ab719 100644 (file)
@@ -26,3 +26,7 @@ indent_size = 4
 [meson.build]
 indent_style = space
 indent_size = 8
+
+[man/*.xml]
+indent_size = 2
+indent_style = space