I\'m currently fighting with Vim, I can\'t seem to make the indentation options do what I want.
Here are my settings, I put them at the bottom of .vimrc to make sure the
:set cinoptions=l1
(that's the letter ell followed by a number one)
Look at :help cinoptions-values for the default string and descriptions of the different options.