rc/vim/after/ftplugin/c.vim

10 lines
132 B
VimL
Raw Normal View History

2015-12-24 18:09:44 +01:00
" C specific config
" Indentation
2016-09-28 10:35:44 -04:00
setlocal cindent
2015-12-24 18:09:44 +01:00
setlocal si
setlocal cinoptions+=:0
2015-12-24 18:09:44 +01:00
setlocal shiftwidth=4
setlocal noexpandtab