Add day 6, part 2 WIP
This commit is contained in:
@@ -3,14 +3,18 @@ Language: Cpp
|
||||
BasedOnStyle: LLVM
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
AlignOperands: DontAlign
|
||||
AllowAllArgumentsOnNextLine: false
|
||||
#AllowAllConstructorInitializersOnNextLine: true
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
#BinPackArguments: true
|
||||
#BinPackParameters: true
|
||||
BreakBeforeBraces: Allman
|
||||
BreakBeforeConceptDeclarations: Always
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakInheritanceList: BeforeColon
|
||||
ColumnLimit: 100
|
||||
ColumnLimit: 120
|
||||
Cpp11BracedListStyle: false
|
||||
EmptyLineBeforeAccessModifier: Never
|
||||
FixNamespaceComments: false
|
||||
@@ -39,4 +43,5 @@ SpaceBeforeCaseColon: true
|
||||
SpaceBeforeParens: ControlStatements
|
||||
|
||||
# Deprecated
|
||||
#AllowAllConstructorInitializersOnNextLine: true
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
|
||||
Reference in New Issue
Block a user