> It looks like the doc already specified this behaviour for ternary > operator line wrapping. For your proposal I’ve also added the following: > > > > It is usually preferable to carry the operator for multiline expressions, > with the exception of some multiline string literals. > > > > Does that work for you? The “usually” at least leaves some wiggle room, as > ultimately I would prefer this decision to be made by an author (even if a > general norm of carrying the operator is preferable). > > > > I am concerned that this starts leaning towards being too specific, > though. It opens up questions like whether we should also be specifying > spacing for loop guards, conditions, casts, etc? > >
Yes I'm good with that, thanks.