Update clang format for templates
This commit is contained in:
parent
60a952fd5e
commit
13a49b6735
|
@ -7,6 +7,7 @@ AllowAllArgumentsOnNextLine: false
|
||||||
AllowAllParametersOfDeclarationOnNextLine: false
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||||||
AllowShortFunctionsOnASingleLine: false
|
AllowShortFunctionsOnASingleLine: false
|
||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
|
BreakBeforeConceptDeclarations: Always
|
||||||
BreakBeforeTernaryOperators: true
|
BreakBeforeTernaryOperators: true
|
||||||
BreakInheritanceList: BeforeColon
|
BreakInheritanceList: BeforeColon
|
||||||
ColumnLimit: 100
|
ColumnLimit: 100
|
||||||
|
@ -36,3 +37,6 @@ ReferenceAlignment: Left
|
||||||
SortIncludes: CaseInsensitive
|
SortIncludes: CaseInsensitive
|
||||||
SpaceBeforeCaseColon: true
|
SpaceBeforeCaseColon: true
|
||||||
SpaceBeforeParens: ControlStatements
|
SpaceBeforeParens: ControlStatements
|
||||||
|
|
||||||
|
# Deprecated
|
||||||
|
AlwaysBreakTemplateDeclarations: true
|
||||||
|
|
Loading…
Reference in New Issue