Update editorconfig
This commit is contained in:
parent
a938cac42a
commit
a4385ec19d
1 changed files with 5 additions and 1 deletions
|
@ -1,12 +1,16 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
# Tab indentation
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[{*.html,*.ejs}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue