Skip to content

Commit 10d96af

Browse files
committed
[precommit] Add .m and .mm files to clang-format
1 parent f2ee658 commit 10d96af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
rev: v19.1.5
2020
hooks:
2121
- id: clang-format
22-
files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx)$
22+
files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx|m|mm)$
2323
types_or: [text]
2424

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

0 commit comments

Comments
 (0)