pitrou opened a new issue, #47500:
URL: https://github.com/apache/arrow/issues/47500

   ### Describe the enhancement requested
   
   The 
[QualifierAlignment](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#qualifieralignment)
 clang-format option could help making our code style more uniform. 
   
   We generally use the `const T` idiom rather than `T const`, so we should 
specify the value `Left` to minimize code churn.
   
   ### Component(s)
   
   C++, Developer Tools


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to