Commits


Sutou Kouhei authored and GitHub committed 8ec32aaa8fb
GH-35941: [Dev][MATLAB] Add clang-format configuration to pre-commit (#40588) ### Rationale for this change If we use formatter, we don't need to check style manually. ### What changes are included in this PR? * Add clang-format configuration to pre-commit * This uses the same style as C++/Python/R uses We can format by `pre-commit run -a`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #35941 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Kevin Gurney <kgurney@mathworks.com>