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