mirror of
https://github.com/django-cms/django-cms.git
synced 2026-01-16 13:29:00 +03:00
31 lines
405 B
INI
31 lines
405 B
INI
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.py]
|
|
max_line_length = 120
|
|
quote_type = single
|
|
|
|
[*.{scss,js,html}]
|
|
max_line_length = 120
|
|
indent_style = space
|
|
quote_type = double
|
|
|
|
[*.js]
|
|
max_line_length = 120
|
|
quote_type = single
|
|
|
|
[*.rst]
|
|
max_line_length = 80
|
|
|
|
[*.yml]
|
|
indent_size = 2
|