From bcf87100192cc27c11ca912817e69cab1bd82cfb Mon Sep 17 00:00:00 2001 From: printempw Date: Tue, 24 Jul 2018 16:04:02 +0800 Subject: [PATCH] Update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e7257148..d63a0180 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,5 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{php,js,md,styl}] +[*.{php,tpl,js,md,styl}] indent_size = 4