On Sat, Oct 09, 2010 at 01:27:21AM +0300, Vladimir Kirillov wrote:
[...]
> style(9):
> Indentation is an 8 character tab.  Second level indents are four spaces.
> 
>       while (cnt < 20)
>       z = a + really + long + statement + that + needs +
>           two + lines + gets + indented + four + spaces +
>           on + the + second + and + subsequent + lines;
> 
> How do you guys follow this rule in vim neatly?
> 

set cinoptions=:0,t0,+4,(4

Reply via email to