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