Changeset

13194:b8398218dd23

editorconfig: Include the command used to normalize *.xml The double asterisk seems unnecessary.
author Kim Alvefur <zash@zash.se>
date Sat, 15 Jul 2023 10:41:30 +0200
parents 13193:e2e4779c6790
children 13195:1a59a40c6443
files .editorconfig
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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