Update editorconfig to match existing project conventions for 2-space html, css, scss, json

This commit is contained in:
Audrey Roy Greenfeld 2015-09-24 16:18:20 -07:00
parent b642fed5bb
commit 7c0e979ef3
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.yml]
[*.{html,css,scss,json,yml}]
indent_style = space
indent_size = 2

View File

@ -19,7 +19,7 @@ known_first_party={{ cookiecutter.repo_name }}
multi_line_output=3
default_section=THIRDPARTY
[*.yml]
[*.{html,css,scss,json,yml}]
indent_style = space
indent_size = 2