From ce6494d5f23120f2adfe1bb4292044049d7b952e Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 18 Sep 2023 17:30:19 -0300 Subject: [PATCH] Add XML indentation style in EditorConfig file --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1bec26278..572a2ce90 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,3 +22,8 @@ indent_size = 2 indent_style = space indent_size = 4 tab_width = 8 + +[*.xml] +indent_style = space +indent_size = 2 +tab_width = 8