Editorconfig for CSS (#5336)

This commit is contained in:
Ingo Schommer 2016-04-19 11:00:53 +12:00 committed by Sam Minnée
parent bf37899045
commit 4a100fdc3c

View File

@ -13,11 +13,7 @@ trim_trailing_whitespace = true
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[*.yml] [*.{yml,js,json,css,scss}]
indent_size = 2
indent_style = space
[*.js]
indent_size = 2 indent_size = 2
indent_style = space indent_style = space