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
" Indentation
setlocal autoindent
setlocal cindent
setlocal si
setlocal cinoptions=:0
setlocal shiftwidth=4
setlocal noexpandtab