editorconfig: Include the command used to normalize *.xml
authorKim Alvefur <zash@zash.se>
Sat, 15 Jul 2023 10:41:30 +0200
changeset 13198 b8398218dd23
parent 13197 e2e4779c6790
child 13199 1a59a40c6443
editorconfig: Include the command used to normalize *.xml The double asterisk seems unnecessary.
.editorconfig
--- a/.editorconfig	Sat Jul 15 10:25:10 2023 +0200
+++ b/.editorconfig	Sat Jul 15 10:41:30 2023 +0200
@@ -18,6 +18,7 @@
 indent_size = 3
 indent_style = space
 
-[**.xml]
+[*.xml]
+# xmllint --nsclean --encode UTF-8 --noent --format -
 indent_size = 2
 indent_style = space