Skip to content

Commit da44227

Browse files
committed
style(editorconfig): update .editorconfig, disable .mustache file indent
1 parent 5c8f033 commit da44227

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.editorconfig

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ end_of_line = lf
1313
[{*.yml, *.yaml}]
1414
indent_size = 2
1515

16-
[*.xml]
16+
[{*.html, *.xml}]
1717
indent_size = 2
1818

19-
[*.json]
19+
[{*.json, *.json5}]
2020
indent_size = 2
2121

22-
[*.mustache]
22+
[*.md.mustache]
23+
indent_size = 0
2324
insert_final_newline = false

0 commit comments

Comments
 (0)