From 60e2bd3550648784ee36702cd7b477854266fbfc Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 15 Oct 2017 22:21:05 +0200 Subject: [PATCH] Add XML rules to .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4b8b3e12..64f18915 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,7 @@ charset = utf-8 indent_style = tab indent_size = 4 trim_trailing_whitespace = true + +[*.xml] +indent_style = space +indent_size = 2