ab48ecf140
Add clang-format off/on directives around pddm expansions to simplify formatting other code.
8 lines
129 B
YAML
8 lines
129 B
YAML
BasedOnStyle: Google
|
|
|
|
# Ignore pddm directives.
|
|
CommentPragmas: '^%'
|
|
|
|
# Following the rest of the protobuf code.
|
|
ColumnLimit: 80
|