Update clang format for templates

This commit is contained in:
Stefan Müller 2024-12-30 22:32:50 +01:00
parent 60a952fd5e
commit 13a49b6735
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@ AllowAllArgumentsOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: false
BreakBeforeBraces: Allman
BreakBeforeConceptDeclarations: Always
BreakBeforeTernaryOperators: true
BreakInheritanceList: BeforeColon
ColumnLimit: 100
@ -36,3 +37,6 @@ ReferenceAlignment: Left
SortIncludes: CaseInsensitive
SpaceBeforeCaseColon: true
SpaceBeforeParens: ControlStatements
# Deprecated
AlwaysBreakTemplateDeclarations: true