editorconfig: add XML

This commit is contained in:
Peter Hutterer 2023-02-28 08:49:58 +10:00
parent 5d7f6ab188
commit 8b484c8dc2

View file

@ -28,7 +28,7 @@ indent_style = space
indent_size = 4 indent_size = 4
charset = utf-8 charset = utf-8
[*.{yaml,yml}] [*.{yaml,yml,xml}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
charset = utf-8 charset = utf-8