From f538397826db7155d561dee4a99952e90d3f2e48 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 13 Jan 2023 12:58:07 +0100 Subject: [PATCH] .clang-format: adjust template formatting Change-Id: I9345693982ce33e6bc811be9e98b9d3da2add7a1 --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 8c68525c..4de65a53 100644 --- a/.clang-format +++ b/.clang-format @@ -25,7 +25,7 @@ AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false -AlwaysBreakTemplateDeclarations: false +AlwaysBreakTemplateDeclarations: true BinPackArguments: true BinPackParameters: true BraceWrapping: