Update editorconfig

This commit is contained in:
Yukai Huang 2017-03-31 20:58:58 +08:00
parent a938cac42a
commit a4385ec19d
1 changed files with 5 additions and 1 deletions

View File

@ -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