From 2efd12a40c7768ff12e705fc0da8409d71d820de Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 4 Mar 2020 18:17:36 +0100 Subject: [PATCH] use 4 spaces at xml file continuation indentation --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5e3c7039..1606d61f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,3 +19,5 @@ indent_style = space indent_size = 4 continuation_indent_size = 8 +[*.xml] +continuation_indent_size = 4