We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9aae62 commit 8e08ffcCopy full SHA for 8e08ffc
.pre-commit-config.yaml
@@ -9,6 +9,7 @@ repos:
9
rev: v20.1.0
10
hooks:
11
- id: clang-format
12
+ files: '.*\.[c|cpp|h|ino]'
13
args:
14
- "--style={BasedOnStyle: llvm, ColumnLimit: 0}"
15
exclude: ats-mini/patch_init.h
0 commit comments