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
I would like to format the preprocessor operator ## the same as any other binary operator: with spaces around it. However, I do not see a way to get clang-format to do this, so it turns #define FOO(x) x ## _y into #define FOO(x) x##_y