From e8ebb67c65f51ad5aac083afdacac3a8c4536662 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 5 Mar 2020 17:51:44 +0100 Subject: [PATCH] use 4 spaces at xml file contuniation indentations --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5e3c703..1606d61 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,3 +19,5 @@ indent_style = space indent_size = 4 continuation_indent_size = 8 +[*.xml] +continuation_indent_size = 4