From a1f89b52e9ca50b71bffbcfdd41b415a55247edb Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Fri, 17 Jan 2025 09:36:51 -0400 Subject: [PATCH] add tpl files to editorconfig (#1812) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 7f07e050e32..0be6a7f4804 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