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
When the BreakAfterAttributes option in clang-format 16 is set to Always, it introduces a newline after attributes for member functions, but not for constructors. It seems like it should break after attributes for constructors as well.