From 57e3d92af5b92c63a7fc9914aa559210724cfb3a Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Wed, 23 Mar 2016 20:34:36 +0300 Subject: [PATCH] Preffered tab size --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 021f717..cde0e92 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] indent_style = tab +indent_size = 4 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true @@ -10,4 +11,4 @@ charset = utf-8 [{bower.json,package.json,.travis.yml}] indent_style = space -indent_size = 2 \ No newline at end of file +indent_size = 2