diff --git a/.editorconfig b/.editorconfig index cc69d1c..d374415 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,8 +7,8 @@ insert_final_newline = true trim_trailing_whitespace = true [*.{html,tmpl}] -indent_style = tab -indent_size = 4 +indent_style = space +indent_size = 2 [*.{js,vue}] indent_style = space