This commit is contained in:
Maxime Vincent 2024-09-02 10:07:57 -05:00 committed by GitHub
commit 427288ca11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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