I also dont like brackets shifted like this.
Its a freak habbit.

Especially when there is no "bracket detection"
its hard to see wich opening-bracket belongs to wich closing one.

Basically: the opening bracket should have the same x position
as the closing one. And the contest should be shifet (tab or just
a defined amount of spaces)
The only difference is a one-liner
if(me==god) { ..do almighty things.. }

Well formated and commented code is often more important than
super-optimized algorythms, as the programmer has it easier to
rework the code month later, and find bugs.