1
0
Fork 0
mirror of synced 2024-07-26 18:11:12 -04:00

fix vimrc/basic.vim | デフォルトのタブを4に設定

This commit is contained in:
sota1235 2014-10-09 10:49:17 +09:00
parent 62af39fa19
commit 55f4102619

View file

@ -175,9 +175,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