Update format config

This commit is contained in:
Sebastian Ramacher 2023-12-03 23:04:39 +01:00
parent 365521ed46
commit b90170a2fa

View file

@ -1,20 +1,15 @@
--- ---
Language: Cpp Language: Cpp
BasedOnStyle: LLVM
AlignConsecutiveAssignments: true AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true AllowShortFunctionsOnASingleLine: Empty
AlignOperands: true
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: true
AlwaysBreakAfterDefinitionReturnType: All BreakBeforeBraces: Attach
BreakBeforeBraces: Linux ConstructorInitializerIndentWidth: 2
ContinuationIndentWidth: 2 NamespaceIndentation: All
ColumnLimit: 120
ForEachMacros: ['GIRARA_LIST_FOREACH']
IndentWidth: 2
PointerAlignment: Left PointerAlignment: Left
TabWidth: 2 TabWidth: 2
IndentCaseLabels: true ColumnLimit: 120
SortIncludes: false
... ...