Update .clang-format to allow 6.0.0 to work.

This commit is contained in:
Wilson Snyder 2020-01-09 19:39:14 -05:00
parent aac02c1ed1
commit 029ff69d30

View File

@ -90,11 +90,6 @@ PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Left
RawStringFormats:
- Delimiters:
- 'pb'
Language: TextProto
BasedOnStyle: google
ReflowComments: true
SortIncludes: false
SortUsingDeclarations: true