Suckless switch case indent style
This commit is contained in:
parent
f7f7a7e1d2
commit
770ad90da6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue