diff --git a/.editorconfig b/.editorconfig index 9d216b9..84ef9d8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,6 +20,10 @@ indent_size = 4 indent_style = space indent_size = 2 +[*.xml] +indent_size = 4 +indent_style = space + [*.{yml,yaml}] indent_size = 2 indent_style = space