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