Skip to content

Commit

Permalink
apacheGH-44528: Introduce a new feature: specific language reformatting.
Browse files Browse the repository at this point in the history
Co-Authored-by: Sutou Kouhei <[email protected]>
  • Loading branch information
hiroyuki-sato and kou committed Oct 25, 2024
1 parent 5ea3aa1 commit 8c730ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ repos:
hooks:
- id: clang-format
name: C++ Format
alias: cpp-format
types_or:
- c++
# - json
Expand Down Expand Up @@ -103,20 +104,23 @@ repos:
hooks:
- id: clang-format
name: C/GLib Format
alias: c-glib-format
files: >-
^c_glib/
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
hooks:
- id: clang-format
name: MATLAB (C++) Format
alias: matlab-format
files: >-
^matlab/src/cpp/
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
hooks:
- id: clang-format
name: Python (C++) Format
alias: python-format
files: >-
^python/pyarrow/src/
exclude: >-
Expand All @@ -130,6 +134,7 @@ repos:
hooks:
- id: clang-format
name: R (C++) Format
alias: r-format
files: >-
^r/src/
exclude: >-
Expand Down

0 comments on commit 8c730ab

Please sign in to comment.