add xml to .editorconfig

This commit is contained in:
maxpozdeev 2025-02-15 13:18:24 +03:00
parent 430de1793c
commit 6b5c8221de

View file

@ -19,7 +19,7 @@ indent_size = 4
indent_style = space
tab_width = 4
[*.{css,yml,html,svg}]
[*.{css,yml,html,svg,xml}]
indent_style = space
indent_size = 2