[FIX][VIM] Remove typo
This commit is contained in:
parent
986c255736
commit
62b3d66dc8
|
@ -23,7 +23,7 @@ filetype plugin indent on
|
||||||
set expandtab
|
set expandtab
|
||||||
" Indent and align to 4 spaces by default
|
" Indent and align to 4 spaces by default
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
" -1 means the same as shitwidth
|
" -1 means the same as shiftwidth
|
||||||
set softtabstop=-1
|
set softtabstop=-1
|
||||||
" Always indent by multiples of shiftwidth
|
" Always indent by multiples of shiftwidth
|
||||||
set shiftround
|
set shiftround
|
||||||
|
|
Loading…
Reference in a new issue