Files
band-management/resources/vuexy-admin-v10.11.1/django-version/starter-kit/.editorconfig

27 lines
393 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.py]
indent_size = 4
combine_as_imports = true
max_line_length = 119
multi_line_output = 4
quote_type = double
indent_style = space
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[docker-compose.yml]
indent_size = 4