rc/vim/after/ftplugin/cpp.vim

9 lines
113 B
VimL
Raw Normal View History

2015-12-24 17:09:44 +00:00
" C++ specific config
" Indentation
setlocal autoindent
setlocal si
setlocal shiftwidth=4
setlocal noexpandtab