mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'clang-format-long-stuff' into 'master'
Adjustments to clang-format for long member initializer lists and long function prototypes See merge request KartKrew/Kart!916
This commit is contained in:
commit
afbea1ccc4
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ AlwaysBreakTemplateDeclarations: Yes
|
||||||
BinPackArguments: false
|
BinPackArguments: false
|
||||||
BinPackParameters: false
|
BinPackParameters: false
|
||||||
BreakBeforeBraces: Allman # Always break before braces, to match existing SRB2 code
|
BreakBeforeBraces: Allman # Always break before braces, to match existing SRB2 code
|
||||||
BreakConstructorInitializers: BeforeComma
|
BreakConstructorInitializers: AfterColon
|
||||||
CompactNamespaces: true
|
CompactNamespaces: true
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||||
Cpp11BracedListStyle: true
|
Cpp11BracedListStyle: true
|
||||||
|
|
@ -55,3 +55,4 @@ SpacesInConditionalStatement: false
|
||||||
SpacesInContainerLiterals: false
|
SpacesInContainerLiterals: false
|
||||||
SpacesInParentheses: false
|
SpacesInParentheses: false
|
||||||
SpacesInSquareBrackets: false
|
SpacesInSquareBrackets: false
|
||||||
|
PenaltyReturnTypeOnItsOwnLine: 1000
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue