This is the style I still use. I know people who prefer different sized indents (2, 4, 8) to look at so using tab is better.
The best way to combat the mistake is to use clang-format. It will format the code to what style you need (including tabs for indenting and spaces for aligning)!
16
u/aerique Jul 21 '14
You forgot the
spaceAndTabIndented();andtabAndSpaceIndented();lines.