xref: /aosp_15_r20/external/cronet/third_party/protobuf/objectivec/.clang-format (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1BasedOnStyle: Google
2
3# Ignore pddm directives.
4CommentPragmas: '^%'
5
6# Following the rest of the protobuf code.
7ColumnLimit: 80
8