Komentáře česky

This commit is contained in:
Pavel Turinský 2022-11-16 21:20:09 +01:00
parent 38192db1de
commit 30853ecd77

View file

@ -5,16 +5,16 @@ root = true
[*]
charset = utf-8
# Unix-y lines
# Unixové řádky
end_of_line = lf
insert_final_newline = true
[*.{py,css}]
indent_style = tab
# I do not think we prescribe, how big a tab is.
# Nenařizujeme konkrétní šířku tabulátoru
indent_size = unset
# Migrations are auto-generated and thus follow PEP-8, let's not fight with that
# Automaticky generované migrace dodržují PEP-8, nemá smysl s tím moc bojovat.
[*/migrations/*.py]
indent_style = space
indent_size = 4