diff --git a/.editorconfig b/.editorconfig index 4f8dde5..e74daee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,10 +6,6 @@ insert_final_newline = true indent_style = tab indent_size = 4 -[*.css] -indent_style = space -indent_size = 2 - -[*.tmpl,*.html] +[*.{css,tmpl,templ,html,yaml,yml}] indent_style = space indent_size = 2