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
We already have a way to control clang-format from within the code itself:
// clang-format off
// clang-format on
Which disable all formatting. This is a very big hammer, sometimes I just want to disable certain formatting options, or just change how something is formatted for a chunk of code.
I think it would be nice if we can specify clang-format style options in code annotations.