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
Summary:
We seem to prefer
`const string& foo = "lorem ipsum";`
over
`const string &foo = "lorem ipsum";`
However, in spite of having `PointerAlignment: Left`
`arcanist_util/pre_commit_hook.sh` sometimes prefers the latter due to `DerivePointerAlignment: true`
more details here: https://stackoverflow.com/questions/56537847/why-do-the-pointeralignment-options-not-work
Jira: DB-10234
Test Plan:
run
arcanist_util/pre_commit_hook.sh
Reviewers: arybochkin, bogdan, rthallam, dmitry, sergei
Reviewed By: arybochkin
Subscribers: ybase
Differential Revision: https://phorge.dev.yugabyte.com/D32784
0 commit comments