From fc9b5447fc865866112f195603cfebcefc909ce8 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 7 Nov 2017 09:42:39 -0800 Subject: Clang-format Objective-C++ too (#419) --- scripts/style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/style.sh') 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 -- cgit v1.2.3