editorconfig: Include the command used to normalize *.xml

The double asterisk seems unnecessary.
This commit is contained in:
Kim Alvefur 2023-07-15 10:41:30 +02:00
parent a872f379dc
commit d21e26882c

View file

@ -18,6 +18,7 @@ indent_style = space
indent_size = 3
indent_style = space
[**.xml]
[*.xml]
# xmllint --nsclean --encode UTF-8 --noent --format -
indent_size = 2
indent_style = space