Please, implement tag to control opening brace style for keywords such as: * do * try etc...
I want GC to format my code in such way: try { } catch () { }
do { } while ();
opening brace should be on the same line as control block keywords.