summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-05-26 13:06:42 +0200
committerLennart Poettering <lennart@poettering.net>2020-05-26 15:37:05 +0200
commit3544f65f0c4b686a6ed44d1a41714f876c55e85c (patch)
tree4c5e4cd08a01e400f2baef401b895734ffb8399e /.editorconfig
parent6589a56972d9afe9d860889f11cb9c8e6cb8a60c (diff)
downloadsystemd-3544f65f0c4b686a6ed44d1a41714f876c55e85c.tar.gz
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.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
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