From: Andreas Rammhold Date: Tue, 26 May 2020 11:06:42 +0000 (+0200) Subject: editorconfig: add man configuration X-Git-Tag: v246-rc1~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3544f65f0c4b686a6ed44d1a41714f876c55e85c;p=thirdparty%2Fsystemd.git 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. --- diff --git a/.editorconfig b/.editorconfig index 63b1d749cb1..d24acc1f0c2 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