[FIX][VIM] Remove typo

This commit is contained in:
Bruno BELANYI 2019-11-25 10:58:00 +01:00
parent 986c255736
commit 62b3d66dc8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ filetype plugin indent on
set expandtab
" Indent and align to 4 spaces by default
set shiftwidth=4
" -1 means the same as shitwidth
" -1 means the same as shiftwidth
set softtabstop=-1
" Always indent by multiples of shiftwidth
set shiftround