Suckless switch case indent style

This commit is contained in:
lhark 2016-09-28 10:35:44 -04:00
parent f7f7a7e1d2
commit 770ad90da6

View file

@ -1,8 +1,9 @@
" C specific config " C specific config
" Indentation " Indentation
setlocal autoindent setlocal cindent
setlocal si setlocal si
setlocal cinoptions=:0
setlocal shiftwidth=4 setlocal shiftwidth=4
setlocal noexpandtab setlocal noexpandtab