Unset je lepší varianta

This commit is contained in:
Pavel 'LEdoian' Turinsky 2022-11-15 12:49:11 +01:00
parent 2a81dbe09d
commit e810d01b0e

View file

@ -9,7 +9,7 @@ insert_final_newline = true
[*.py]
indent_style = tab
# 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/*.py]