Přidán editorconfig
This commit is contained in:
parent
46743f39d7
commit
2a81dbe09d
1 changed files with 17 additions and 0 deletions
17
.editorconfig
Normal file
17
.editorconfig
Normal file
|
@ -0,0 +1,17 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
# Unix-y lines
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.py]
|
||||
indent_style = tab
|
||||
# I do not think we prescribe, how big a tab is.
|
||||
indent_size = tab
|
||||
|
||||
# Migrations are auto-generated and thus follow PEP-8, let's not fight with that
|
||||
[*/migrations/*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
Loading…
Reference in a new issue