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
clang-format doesn't deal with missing newlines in some places well:
it inserts them, but not in all the places it needs to, so we end up
in a situation where running it multiple times produces different
output than running it once.
Work around by just manually inserting a newline.
0 commit comments