# HG changeset patch # User Kim Alvefur # Date 1689410490 -7200 # Node ID b8398218dd231bb00ac3678fdcd8e8334132f438 # Parent e2e4779c6790522fee3859326d8dfd1e476a24ad editorconfig: Include the command used to normalize *.xml The double asterisk seems unnecessary. diff -r e2e4779c6790 -r b8398218dd23 .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