mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-05 10:36:16 +02:00
Enabled PointerBindsToType in clang-format options.
This commit is contained in:
parent
30b07c0275
commit
11086dd6a7
@ -27,7 +27,7 @@ PenaltyBreakString: 1000
|
|||||||
PenaltyBreakFirstLessLess: 120
|
PenaltyBreakFirstLessLess: 120
|
||||||
PenaltyExcessCharacter: 1000000
|
PenaltyExcessCharacter: 1000000
|
||||||
PenaltyReturnTypeOnItsOwnLine: 60
|
PenaltyReturnTypeOnItsOwnLine: 60
|
||||||
PointerBindsToType: false
|
PointerBindsToType: true
|
||||||
SpacesBeforeTrailingComments: 1
|
SpacesBeforeTrailingComments: 1
|
||||||
Cpp11BracedListStyle: false
|
Cpp11BracedListStyle: false
|
||||||
Standard: Cpp03
|
Standard: Cpp03
|
||||||
|
Loading…
x
Reference in New Issue
Block a user