From 3544f65f0c4b686a6ed44d1a41714f876c55e85c Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Tue, 26 May 2020 13:06:42 +0200 Subject: [PATCH] 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. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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