Editorconfig for JS and CSS

This commit is contained in:
Ingo Schommer 2016-04-19 10:34:29 +12:00
parent 9be7758a9f
commit 2c2056fe56

View File

@ -13,12 +13,11 @@ trim_trailing_whitespace = true
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.yml] [*.{yml,js,json,css,scss}]
indent_size = 2 indent_size = 2
indent_style = space indent_style = space
# Don't perform any clean-up on thirdparty files # Don't perform any clean-up on thirdparty files
[thirdparty/**] [thirdparty/**]
trim_trailing_whitespace = false trim_trailing_whitespace = false
insert_final_newline = false insert_final_newline = false