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