Skip to content

Commit

Permalink
add objective-c and c# to types_or to match clang_format rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Mar 21, 2024
1 parent e36dc2c commit 6525115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
rev: v18.1.1
hooks:
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
types_or: [c++, c, cuda]
types_or: [c++, c, c#, cuda, objective-c]
args:
- --style=Mozilla

Expand Down
2 changes: 1 addition & 1 deletion precommend/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ repos:
rev: v18.1.1
hooks:
- id: clang-format # Format C++ code with Clang-Format - automatically applying the changes
types_or: [c++, c, cuda]
types_or: [c++, c, c#, cuda, objective-c]
args:
- --style=Mozilla

Expand Down

0 comments on commit 6525115

Please sign in to comment.