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
|
||||
BinPackParameters: false
|
||||
BreakBeforeBraces: Allman # Always break before braces, to match existing SRB2 code
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
BreakConstructorInitializers: AfterColon
|
||||
CompactNamespaces: true
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
Cpp11BracedListStyle: true
|
||||
|
|
@ -55,3 +55,4 @@ SpacesInConditionalStatement: false
|
|||
SpacesInContainerLiterals: false
|
||||
SpacesInParentheses: false
|
||||
SpacesInSquareBrackets: false
|
||||
PenaltyReturnTypeOnItsOwnLine: 1000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue