The only brace styles worth using.
if (something) { foo(); bar(); } else { bar(); baz(); }
See Implementation
The only brace styles worth using.