Skip to content

Commit

Permalink
chore: Make pre-commit clang-format also run on .ipp files (#2918)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored Feb 1, 2024
1 parent 756c70d commit 3c32e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ repos:
rev: 'v14.0.0'
hooks:
- id: clang-format
files: ".*\\.(cpp|hpp|ipp|cu|cuh)$"
types_or: [file]
files: \.(cpp|hpp|ipp|cu|cuh)$

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
Expand Down

0 comments on commit 3c32e1b

Please sign in to comment.