diff --git a/.editorconfig b/.editorconfig index f3f714f6f..e3e33c630 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,3 +21,7 @@ indent_size = 2 [*.{conf,conf.in}] indent_style = space indent_size = 4 + +[*.{xml,xml.in}] +indent_style = space +indent_size = 2