I'm having trouble getting my editor set up properly
to work with the Derby source code.

Can somebody send me the commonly-accepted Derby source
code tab-and-spacing conventions?

I'm using VIM, so ideally if somebody could point me at
a .vimrc that set things up "the right way"...

thanks,

bryan

P.S. Here's what I currently use; it intentionally avoids
putting hard tabs into the code because I've found they
don't work as well as spaces.

:filetype indent on
:set softtabstop=4
:set shiftwidth=4
:set expandtab
:set ic

Reply via email to