Skip to content

Commit

Permalink
Add clang-format pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Jun 19, 2024
1 parent 74b8719 commit a76d695
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ repos:
- id: format-precice-config
- id: check-image-prefix
args: [ --prefix=docs-adapter-openfoam- ]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v11.1.0'
hooks:
- id: clang-format
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.30.0
hooks:
Expand Down

0 comments on commit a76d695

Please sign in to comment.