From be4d6ef2b9268ff4d495e0b5387fc8a1beaef028 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 20 May 2021 12:26:05 +1000 Subject: [PATCH] editorconfig: add xml files for the man pages --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index f3f714f6f..e3e33c630 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,3 +21,7 @@ indent_size = 2 [*.{conf,conf.in}] indent_style = space indent_size = 4 + +[*.{xml,xml.in}] +indent_style = space +indent_size = 2