mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Fix configuration for clang-format 8.0
See also https://reviews.llvm.org/D42098
This commit is contained in:
parent
77692fda8d
commit
35ca16338b
@ -91,8 +91,10 @@ PenaltyExcessCharacter: 1000000
|
|||||||
PenaltyReturnTypeOnItsOwnLine: 60
|
PenaltyReturnTypeOnItsOwnLine: 60
|
||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
RawStringFormats:
|
RawStringFormats:
|
||||||
- Delimiter: pb
|
- Language: TextProto
|
||||||
Language: TextProto
|
Delimiters:
|
||||||
|
- 'pb'
|
||||||
|
- 'proto'
|
||||||
BasedOnStyle: google
|
BasedOnStyle: google
|
||||||
ReflowComments: true
|
ReflowComments: true
|
||||||
SortIncludes: true
|
SortIncludes: true
|
||||||
|
Loading…
Reference in New Issue
Block a user