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
BasedOnStyle: LLVM
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignOperands: true
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: All
BreakBeforeBraces: Linux
ContinuationIndentWidth: 2
ColumnLimit: 120
ForEachMacros: ['GIRARA_LIST_FOREACH']
IndentWidth: 2
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Attach
ConstructorInitializerIndentWidth: 2
NamespaceIndentation: All
PointerAlignment: Left
TabWidth: 2
IndentCaseLabels: true
ColumnLimit: 120
SortIncludes: false
...