[precommit] Add .m and .mm files to clang-format

This commit is contained in:
David Capello 2024-12-14 00:07:23 -03:00
parent d0dbc78f1c
commit d8fdc22648

View File

@ -24,7 +24,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