From 9873188e291a2f81f7d5f27dea09ba5e66fede14 Mon Sep 17 00:00:00 2001 From: Kristof Neirynck Date: Sat, 23 May 2020 12:38:08 +0200 Subject: [PATCH] Change EditorConfig to reflect some files are indented with 2 spaces --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.editorconfig b/.editorconfig index 44e7e6703..2513d2a34 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,10 @@ indent_size = 4 trim_trailing_whitespace = true indent_style = tab tab_width = 4 + +[{pom,wro}.xml] +indent_size = 2 +indent_style = space + +[*.{html,sql,less}] +indent_size = 2