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

@ -91,8 +91,10 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
RawStringFormats:
- Delimiter: pb
Language: TextProto
- Language: TextProto
Delimiters:
- 'pb'
- 'proto'
BasedOnStyle: google
ReflowComments: true
SortIncludes: true