CI: Fix clang-format to include Objective-C

master
gxalpha 2022-04-17 23:53:00 +02:00 committed by Matt Gajownik
parent 2e8ea0acdc
commit 6f3a29a3f8
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ find . -type d \( \
-name '*.h' -or \
-name '*.hpp' -or \
-name '*.m' -or \
-name '*.m,' -or \
-name '*.mm' -or \
-name '*.c' -or \
-name '*.cpp' \
| xargs -L100 -P ${NPROC} ${CLANG_FORMAT} ${VERBOSITY} -i -style=file -fallback-style=none