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:
Andreas Rammhold 2020-05-26 13:06:42 +02:00 committed by Lennart Poettering
parent 6589a56972
commit 3544f65f0c
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@ indent_size = 4
[meson.build]
indent_style = space
indent_size = 8
[man/*.xml]
indent_size = 2
indent_style = space