-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47500: [C++] Add QualifierAlignment to clang-format options #47501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
What do you think @zanmato1984 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
(Could you use our PR template?) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like enforcing this style. +1.
096f863
to
188cac6
Compare
I'll merge now. |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit eb6b637. There weren't enough matching historic benchmark results to make a call on whether there were regressions. The full Conbench report has more details. |
…pache#47501) Use the [QualifierAlignment](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#qualifieralignment) clang-format option to make our code style more uniform. * GitHub Issue: apache#47500 Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Use the QualifierAlignment clang-format option to make our code style more uniform.