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
# The pointer is part of the type, not of the variable name. Keep it tacked onto to the type
PointerAlignment: Left
# More consistent when qualifying pointers (int const* const)
QualifierAlignment: Right
# Make ambiguous if continuation less likely (easier to see when it's all on a single line. If it's too long, it probably shouldn't be a one-liner anyway)