mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-18 17:21:08 +00:00
Update editorconfig to match existing project conventions for 2-space html, css, scss, json
This commit is contained in:
parent
b642fed5bb
commit
7c0e979ef3
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue