[ADD][VIM] Indent in multiples of shiftwidth

This commit is contained in:
Bruno BELANYI 2019-07-13 00:58:16 +02:00
parent ecc2435f3e
commit 1638682e14

View file

@ -14,6 +14,8 @@ set expandtab
set shiftwidth=4
" -1 means the same as shitwidth
set softtabstop=-1
" Always indent by multiples of shiftwidth
set shiftround
" You shouldn't change the default tab width of 8 characters
set tabstop=8
" Makefiles should use tabs to indent