mamweb/.editorconfig
Pavel 'LEdoian' Turinsky e810d01b0e Unset je lepší varianta
2022-11-15 12:49:11 +01:00

17 lines
328 B
INI

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 = unset
# Migrations are auto-generated and thus follow PEP-8, let's not fight with that
[*/migrations/*.py]
indent_style = space
indent_size = 4