rc/vim/after/ftplugin/c.vim
2016-09-28 10:35:44 -04:00

9 lines
131 B
VimL

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