From d21e26882c3102f9273d3298e7b21c1a4d6db76e Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 15 Jul 2023 10:41:30 +0200 Subject: editorconfig: Include the command used to normalize *.xml The double asterisk seems unnecessary. --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index a17121ba..39fc7da2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 -- cgit v1.2.3