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?