1
0
Fork 0
mirror of synced 2024-06-28 11:41:10 -04:00

changed tab size to 2

This commit is contained in:
Mirosław Pragłowski 2014-06-04 23:49:50 +02:00
parent 34dc9f67a0
commit f436a35a8b

View file

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