9 lines
111 B
VimL
9 lines
111 B
VimL
|
" C specific config
|
||
|
|
||
|
" Indentation
|
||
|
setlocal autoindent
|
||
|
setlocal si
|
||
|
setlocal shiftwidth=4
|
||
|
setlocal noexpandtab
|
||
|
|