.clang-format 129 B

1234567
  1. BasedOnStyle: Google
  2. # Ignore pddm directives.
  3. CommentPragmas: '^%'
  4. # Following the rest of the protobuf code.
  5. ColumnLimit: 80