Add day 6, part 2 WIP

This commit is contained in:
2025-03-09 22:20:30 +01:00
parent 2d63375daa
commit d0dae5159b
7 changed files with 228 additions and 37 deletions

View File

@@ -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