From 7d94f02f44d2c0afff018c83fdaf859e1744e625 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 5 Mar 2020 17:51:08 +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 5e3c70394..1606d61fc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,3 +19,5 @@ indent_style = space indent_size = 4 continuation_indent_size = 8 +[*.xml] +continuation_indent_size = 4