From d3fd8a7006c4b52c65d021856ffc9ca2362a4da6 Mon Sep 17 00:00:00 2001 From: Yura Zatsepin Date: Sat, 1 Nov 2014 22:49:36 +0500 Subject: [PATCH] clear editorconfig --- .editorconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3a8ed70c5b..bac87d7b1d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,17 +4,10 @@ root = true [*] -#end_of_line = lf charset = utf-8 tab_width = 4 indent_size = 2 indent_style = tab -#trim_trailing_whitespace = true -#insert_final_newline = true #[CHANGELOG.md] #indent_size = 8 - -[*.{html,js}] -indent_size = 2 -indent_style = space