Update clang format for templates
This commit is contained in:
parent
60a952fd5e
commit
13a49b6735
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue