First page Back Continue Last page Graphics
Formatting source code
Normally you will need to follow the company standards.
In lieu of that, create your own standard or adopt someone else's but be consistant.
I prefer: if ( y == 10 )
{
// true block
}
A bit wasteful of lines, but very readable (to me) :-)