You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That isn't exactly what you're asking for, but is what I expect. There is a formatting rule that if the contents of the super() clause split, then we also split at the :. Otherwise, I feel like it's too easy to lose track of where the constructor's parameter list ends and the initializer list ends.
The above output looks pretty good to me, so I'm going to go ahead and close this issue.
What i have:
What i want (don't know how many spaces should have indentation of super's params, but 2 seems to me the most reasonnable):
Compare this to
Here format is good because we've trailing comma but setting trailing comma after the only item in a constructor is strange.
The text was updated successfully, but these errors were encountered: