Force Braces for if/else:
I'd like to have an additional option with the braces style for if/else blocks. With our coding style guide it is suggested to use no braces for 1-line if- and else-blocks, or braces for both blocks, when at least one of the if- and else-blocks is multi-lined.
Line-Breaks for simple accessors
I'd like to have an option to have both accessors formatted the same way (i.e. if one accessor is multi-lined, both should be so).
Regards, Michael