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
1 changed files with 1 additions and 5 deletions

View File

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