From d8fdc22648365e46a1acef3449a423aa4a3cae85 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sat, 14 Dec 2024 00:07:23 -0300 Subject: [PATCH] [precommit] Add .m and .mm files to clang-format --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04fb12181..828ad5173 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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