.clang-format: adjust template formatting

Change-Id: I9345693982ce33e6bc811be9e98b9d3da2add7a1
This commit is contained in:
Eric Wild 2023-01-13 12:58:07 +01:00
parent 8c4336dba9
commit f538397826
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: false
AlwaysBreakTemplateDeclarations: true
BinPackArguments: true
BinPackParameters: true
BraceWrapping: