Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Dec 9, 2024
1 parent e8ac867 commit 7889fc5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
exclude: .*
fail_fast: false

repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.3
# if adding directory handled by clang-format
# you need to adapt prepare_commit and verify_indentation scripts accordingly
hooks:
- id: clang-format
types_or: [c++, c, c#]

ci:
autofix_prs: true
Expand Down

0 comments on commit 7889fc5

Please sign in to comment.