Fix configuration for clang-format 8.0

See also https://reviews.llvm.org/D42098
This commit is contained in:
Zhihao Yuan 2019-11-13 22:51:02 -06:00
parent 77692fda8d
commit 35ca16338b
No known key found for this signature in database
GPG Key ID: A2E474BDAA37E11C

View File

@ -90,10 +90,12 @@ PenaltyBreakString: 1000
PenaltyExcessCharacter: 1000000 PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60 PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right PointerAlignment: Right
RawStringFormats: RawStringFormats:
- Delimiter: pb - Language: TextProto
Language: TextProto Delimiters:
BasedOnStyle: google - 'pb'
- 'proto'
BasedOnStyle: google
ReflowComments: true ReflowComments: true
SortIncludes: true SortIncludes: true
SortUsingDeclarations: true SortUsingDeclarations: true