mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
Update editorconfig to match existing project conventions for 2-space html, css, scss, json
This commit is contained in:
parent
b642fed5bb
commit
7c0e979ef3
|
@ -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 New Issue
Block a user