Comparison

.editorconfig @ 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
parent 13193:e2e4779c6790
comparison
equal deleted inserted replaced
13193:e2e4779c6790 13194:b8398218dd23
16 16
17 [configure] 17 [configure]
18 indent_size = 3 18 indent_size = 3
19 indent_style = space 19 indent_style = space
20 20
21 [**.xml] 21 [*.xml]
22 # xmllint --nsclean --encode UTF-8 --noent --format -
22 indent_size = 2 23 indent_size = 2
23 indent_style = space 24 indent_style = space