aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/style.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/style.sh')
-rwxr-xr-xscripts/style.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/style.sh b/scripts/style.sh
index 3c2ac10..0c19f45 100755
--- a/scripts/style.sh
+++ b/scripts/style.sh
@@ -20,7 +20,7 @@ find . \
-name 'Messaging' -prune -o \
-name 'Storage' -prune -o \
-name 'Pods' -prune -o \
- -name '*.[mh]' \
+ \( -name '*.[mh]' -o -name '*.mm' \) \
-not -name '*.pbobjc.*' \
-not -name '*.pbrpc.*' \
-print0 | xargs -0 clang-format -style=file -i