diff --git a/.editorconfig b/.editorconfig index e532b87..2c2b06b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -63,3 +63,8 @@ indent_size = 2 [{*.jsonl}] indent_style = space indent_size = 2 + +# XML files +[*.xml] +indent_style = space +indent_size = 4