Update clang format config

This commit is contained in:
Stefan Müller 2024-12-10 21:58:58 +01:00
parent 78d0f59886
commit 2d3b516bbe
1 changed files with 6 additions and 0 deletions

View File

@ -2,9 +2,15 @@
Language: Cpp
BasedOnStyle: LLVM
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: Empty
BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: true
BreakInheritanceList: BeforeColon
ColumnLimit: 100
Cpp11BracedListStyle: false
EmptyLineBeforeAccessModifier: Never
FixNamespaceComments: false
IncludeBlocks: Regroup