diff options
author | Kim Alvefur <zash@zash.se> | 2023-07-15 10:41:30 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-07-15 10:41:30 +0200 |
commit | d21e26882c3102f9273d3298e7b21c1a4d6db76e (patch) | |
tree | d5d73cdcc2f9931c088a56fb4396c16f951bc4a6 /.editorconfig | |
parent | a872f379dc9e6986e7e11ea163f2c7474e033028 (diff) | |
download | prosody-d21e26882c3102f9273d3298e7b21c1a4d6db76e.tar.gz prosody-d21e26882c3102f9273d3298e7b21c1a4d6db76e.zip |
editorconfig: Include the command used to normalize *.xml
The double asterisk seems unnecessary.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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 |