Skip to content

Commit

Permalink
Add clang-format to .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Éloïse Brosseau <[email protected]>
  • Loading branch information
eloisebrosseau committed Dec 12, 2024
1 parent a608872 commit 1b553db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ repos:
rev: 24.8.0
hooks:
- id: black

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: 'v19.1.4'
hooks:
- id: clang-format

0 comments on commit 1b553db

Please sign in to comment.