Skip to content

Commit 8ee4eb3

Browse files
committed
chore: add clang-format
1 parent 36813cf commit 8ee4eb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ repos:
141141
entry: PyBind|Numpy|Cmake|CCache|PyTest
142142
exclude: .pre-commit-config.yaml
143143

144+
- repo: https://github.com/pre-commit/mirrors-clang-format
145+
rev: "v13.0.0"
146+
hooks:
147+
- id: clang-format
148+
144149
- repo: local
145150
hooks:
146151
- id: check-style

0 commit comments

Comments
 (0)