From c62cc5d8bc264375dfbb04973bc219a317683f7a Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 7 Oct 2022 10:48:37 -0400 Subject: [PATCH] [ObjC] Remove the extra clang-format directives, no longer needed. --- objectivec/.clang-format | 6 ------ 1 file changed, 6 deletions(-) diff --git a/objectivec/.clang-format b/objectivec/.clang-format index d3ff76bb20..f6cb8ad931 100644 --- a/objectivec/.clang-format +++ b/objectivec/.clang-format @@ -1,7 +1 @@ BasedOnStyle: Google - -# Ignore pddm directives. -CommentPragmas: '^%' - -# Following the rest of the protobuf code. -ColumnLimit: 80