Add html/xml/yml to editorconfig
This commit is contained in:
parent
257d9cb44d
commit
a987394a30
1 changed files with 9 additions and 0 deletions
|
@ -6,3 +6,12 @@ indent_size = 4
|
||||||
indent_style = space
|
indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.html]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.xml]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue