aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-11-07 09:42:39 -0800
committerGravatar GitHub <noreply@github.com>2017-11-07 09:42:39 -0800
commitfc9b5447fc865866112f195603cfebcefc909ce8 (patch)
tree8b71d8b098810bbd86d575df66efd67841d7bfa8 /scripts
parent8d6a574e458d9888cf800f0229ea2b7615646516 (diff)
Clang-format Objective-C++ too (#419)
Diffstat (limited to 'scripts')
-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