Skip to content

Commit

Permalink
Update settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Apr 14, 2022
1 parent ffadf55 commit 8835532
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ repos:
rev: v11.1.0
hooks:
- id: clang-format
types_or: [c, c++, cuda, header, inl]
files: \.(cu|cuh|h|hpp|cpp|inl)$
types_or: [file]
args: ['-fallback-style=none', '-style=file', '-i']
- repo: local
hooks:
- id: cmake-format
Expand Down

0 comments on commit 8835532

Please sign in to comment.