fix vimrc/basic.vim | デフォルトのタブを4に設定
This commit is contained in:
parent
62af39fa19
commit
55f4102619
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue