|
@ -9,7 +9,7 @@ insert_final_newline = true |
|
|
[*.py] |
|
|
[*.py] |
|
|
indent_style = tab |
|
|
indent_style = tab |
|
|
# I do not think we prescribe, how big a tab is. |
|
|
# I do not think we prescribe, how big a tab is. |
|
|
indent_size = tab |
|
|
indent_size = unset |
|
|
|
|
|
|
|
|
# Migrations are auto-generated and thus follow PEP-8, let's not fight with that |
|
|
# Migrations are auto-generated and thus follow PEP-8, let's not fight with that |
|
|
[*/migrations/*.py] |
|
|
[*/migrations/*.py] |
|
|