9 lines
132 B
VimL
9 lines
132 B
VimL
" C specific config
|
|
|
|
" Indentation
|
|
setlocal cindent
|
|
setlocal si
|
|
setlocal cinoptions+=:0
|
|
setlocal shiftwidth=4
|
|
setlocal noexpandtab
|
|
|