rc/vim/after/ftplugin/c.vim

9 lines
111 B
VimL
Raw Normal View History

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