diff --git a/.editorconfig b/.editorconfig index e6d4a33..6757a0e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,10 +6,10 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[*.{html,py}] +[*.py] indent_style = tab indent_size = 4 -[*.html] +[*.{html,css}] indent_style = tab indent_size = 2