From e6fb9d5e4cc673696f0c41805068811665a1624c Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Tue, 17 Jul 2018 11:09:13 +0800 Subject: [PATCH] update editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e7257148..ea1b47ef 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,js,md,styl,tpl}] indent_size = 4