Customize how Vim does C formatting

This commit is contained in:
Eryn Wells 2011-09-09 14:45:47 -07:00
parent 83d4a9af28
commit 70e4800d5e

View file

@ -8,3 +8,10 @@ if has('mac')
elseif has('linux')
set tags+=~/.vim/systags-linux
endif
" Do comments that look like this:
" /* stuff and things
" more stuff with things */
set comments="sO:* -,mO: ,exO:*/,sl:/*,mb: ,ex:*/"
set cinoptions+=(0,Ws