diff --git a/.editorconfig b/.editorconfig index dd3de368..9a77c921 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ charset = utf-8 insert_final_newline = true max_line_length = 100 -[*.{js,css,scss,vue}] +[*.{html,js,css,scss,vue}] trim_trailing_whitespace = true indent_style = space indent_size = 2