Preffered tab size

This commit is contained in:
Vadim Makeev 2016-03-23 20:34:36 +03:00
parent f0a5c6962a
commit 57e3d92af5
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ root = true
[*] [*]
indent_style = tab indent_style = tab
indent_size = 4
end_of_line = lf end_of_line = lf
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
@ -10,4 +11,4 @@ charset = utf-8
[{bower.json,package.json,.travis.yml}] [{bower.json,package.json,.travis.yml}]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2