From ff71e1662f758bdf3784098aaa06f269489b34a6 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Sun, 27 Mar 2016 10:50:03 -0300 Subject: [PATCH] Only force tab identation for js, coffee and html --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3abf43ff007..6219a927b26 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,11 +3,13 @@ root = true [*] -indent_style = tab end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +[*.{js,coffee,html}] +indent_style = tab + [*.md] trim_trailing_whitespace = false