Skip to content

Commit a6e7f7c

Browse files
committed
pre-commit: add cmake-format
1 parent e95da03 commit a6e7f7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ repos:
2424
- id: fix-byte-order-marker
2525
- id: mixed-line-ending
2626
- id: trailing-whitespace
27+
- repo: https://github.com/cheshirekow/cmake-format-precommit
28+
rev: v0.6.13
29+
hooks:
30+
- id: cmake-format

0 commit comments

Comments
 (0)