diff --git a/.editorconfig b/.editorconfig index 6b186a34cab..cebce4d8dfd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,6 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[*.{js,vue,json,less}] +[*.{js,vue,json,less,tpl}] indent_style = tab