mirror of
1
0
Fork 0

Update tab spaces to 2

This commit is contained in:
Max Arturo AS 2015-09-19 10:35:05 -05:00
parent 9771ce2f4d
commit 0e8f801fa2
1 changed files with 3 additions and 3 deletions

View File

@ -186,9 +186,9 @@ set expandtab
" Be smart when using tabs ;)
set smarttab
" 1 tab == 4 spaces
set shiftwidth=4
set tabstop=4
" 1 tab == 2 spaces
set shiftwidth=2
set tabstop=2
" Linebreak on 500 characters
set lbr