We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm using C++ but I think this could be applied to some other languages.
I have
struct { int a; bool *b; }
clang format will make it
but I want it to be
the difference is aligning a to asterisk or to b.