Update editorconfig

This commit is contained in:
Ondřej 2023-08-16 23:01:31 +02:00
parent d37c5799ad
commit 9105df77fb

View file

@ -6,10 +6,10 @@ end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.{html,py}] [*.py]
indent_style = tab indent_style = tab
indent_size = 4 indent_size = 4
[*.html] [*.{html,css}]
indent_style = tab indent_style = tab
indent_size = 2 indent_size = 2