Skip to content

Commit

Permalink
[precommit] Add .m and .mm files to clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Dec 14, 2024
1 parent 8aa0cba commit c7b1249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
rev: v19.1.5
hooks:
- id: clang-format
files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx)$
files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx|m|mm)$
types_or: [text]

- repo: https://github.com/pocc/pre-commit-hooks
Expand Down

0 comments on commit c7b1249

Please sign in to comment.