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
Consider the original code (this is how I want it to look)
[[deprecated]]
voidf() = delete;
With
BreakAfterAttributes: AlwaysBasedOnStyle: WebKit
I get
[[deprecated]]
voidf()
= delete;
I don't why it breaks the = delete onto the next line. This doesn't happen with BreakAfterAttributes: Never, so it seems more like a bug than intentional formatting.