From 8998237211557465bcea7628996968b13bc160fd Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 16 Dec 2013 02:46:02 +0400 Subject: [PATCH] No need in tab size while Tab is used --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3b0b02f..0a837c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,6 @@ root = true [*] indent_style = tab -tab_width = 4 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = false