This adds a new brace breaking style for Mozilla style, but I wonder if we want to keep adding more vendor specific brace breaking styles? Perhaps we should change BreakBeforeBraces to be a set of flags like BreakBeforeBraces: [Class, Namespace]?
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I agree that individual config flags for each type of brace would be better and then the existing brace styles could be presets for those flags. If you have a good idea on how to do/configure that, feel free to go ahead. Otherwise, I am fine with this for now.