Skip to content

Commit 3b57e62

Browse files
committed
Disable the clang-format hook as discussed
1 parent 8e08ffc commit 3b57e62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repos:
99
rev: v20.1.0
1010
hooks:
1111
- id: clang-format
12+
stages: [manual]
1213
files: '.*\.[c|cpp|h|ino]'
1314
args:
1415
- "--style={BasedOnStyle: llvm, ColumnLimit: 0}"

0 commit comments

Comments
 (0)