Merge 135f80f6a8
into 0f972f1cc3
This commit is contained in:
commit
427288ca11
1 changed files with 3 additions and 2 deletions
|
@ -5,10 +5,11 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: remove-tabs
|
- id: remove-tabs
|
||||||
exclude: "vendor-prefixes\\.txt$"
|
exclude: "vendor-prefixes\\.txt$"
|
||||||
- repo: https://github.com/pocc/pre-commit-hooks
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||||
rev: v1.3.5
|
rev: v17.0.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: clang-format
|
- id: clang-format
|
||||||
|
types_or: [c++, c]
|
||||||
args:
|
args:
|
||||||
- -i
|
- -i
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
|
|
Loading…
Add table
Reference in a new issue