wjones127 commented on PR #34616: URL: https://github.com/apache/arrow/pull/34616#issuecomment-1476948985
On the C++ formatting: If you install clang-tools 14 (must be that version) and set the path the binaries with `CLANG_TOOLS_PATH `, then when you reconfigure CMake it will create a `format` target and a `lint` target that can be used to check style. (You'll know it's configured right when the CMake configure output says `Found ClangTools: /some/path/bin/clang-format-14`) For Python formatting, see these instructions: https://arrow.apache.org/docs/developers/python.html#coding-style -- 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]
