From a4385ec19dc3ad89a8e084f9bce560c7197275a8 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Fri, 31 Mar 2017 20:58:58 +0800 Subject: [PATCH] Update editorconfig --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e271be7..75e2a69 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,12 +1,16 @@ root = true -# Tab indentation [*] indent_style = space indent_size = 2 trim_trailing_whitespace = true insert_final_newline = true +[{*.html,*.ejs}] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + [*.md] trim_trailing_whitespace = false