From 606775161f16f0e8a802168db68e3445541bc978 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 24 Nov 2020 02:06:45 +0100 Subject: [PATCH] [FEATURE] Add a configuration for XML files to the .editorconfig (#166) Fixes #163 --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index e532b87..2c2b06b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -63,3 +63,8 @@ indent_size = 2 [{*.jsonl}] indent_style = space indent_size = 2 + +# XML files +[*.xml] +indent_style = space +indent_size = 4