kevingurney opened a new issue, #38208: URL: https://github.com/apache/arrow/issues/38208
### Describe the enhancement requested Currently, there is no specific format that is enforced for the C++ code in the MATLAB interface. This makes it easy to make accidental formatting mistakes and leads to inconsistent code formatting (e.g. https://github.com/apache/arrow/pull/38189#discussion_r1353727208). It may be worth considering adding a C++ linting check (e.g. using `clang-format`) to the MATLAB CI workflow, similar to the one the C++ CI workflow uses. ### Component(s) Continuous Integration, MATLAB -- 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]
