diff --git a/.editorconfig b/.editorconfig index c86d7658..639d9791 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,7 @@ indent_size = unset [*/migrations/*.py] indent_style = space indent_size = 4 + +[*.html] +indent_style = space +indent_size = 2