mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-04-05 10:36:16 +02:00
switch .clang-format to C++11
This commit is contained in:
parent
2c257590a1
commit
756a08fbbd
@ -29,8 +29,8 @@ PenaltyExcessCharacter: 1000000
|
|||||||
PenaltyReturnTypeOnItsOwnLine: 60
|
PenaltyReturnTypeOnItsOwnLine: 60
|
||||||
PointerBindsToType: true
|
PointerBindsToType: true
|
||||||
SpacesBeforeTrailingComments: 1
|
SpacesBeforeTrailingComments: 1
|
||||||
Cpp11BracedListStyle: false
|
Cpp11BracedListStyle: true
|
||||||
Standard: Cpp03
|
Standard: Cpp11
|
||||||
IndentWidth: 2
|
IndentWidth: 2
|
||||||
TabWidth: 8
|
TabWidth: 8
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
Loading…
x
Reference in New Issue
Block a user