mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 12:01:09 +00:00
34 lines
486 B
INI
34 lines
486 B
INI
# http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{py,rst,ini}]
|
|
indent_size = 4
|
|
indent_style = space
|
|
|
|
[*.py]
|
|
line_length=120
|
|
multi_line_output=3
|
|
|
|
[*.{css,html,js,json,sass,scss,yml,yaml}]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[*.md]
|
|
indent_size = 4
|
|
indent_style = space
|
|
trim_trailing_whitespace = false
|
|
|
|
[justfile]
|
|
indent_size = 4
|
|
indent_style = space
|
|
|
|
[{Makefile,modd.conf}]
|
|
indent_style = tab
|