rc/vim/after/ftplugin/cpp.vim

9 lines
136 B
VimL

" C++ specific config
" Indentation
setlocal autoindent
setlocal si
setlocal cinoptions=:0
setlocal shiftwidth=4
setlocal noexpandtab