Merge pull request #1455 from open-sausages/pulls/4.0/css-editorconfig

Editorconfig for JS and CSS
This commit is contained in:
Sam Minnée 2016-04-19 11:01:10 +12:00
commit 398adbb7e8

View File

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