aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorEric <ewild@sysmocom.de>2023-01-13 12:58:07 +0100
committerEric <ewild@sysmocom.de>2023-03-02 18:22:37 +0100
commitf538397826db7155d561dee4a99952e90d3f2e48 (patch)
treee5603b5fd19009a5d019fbfb72f97c36edf67fc1 /.clang-format
parent8c4336dba957fc4f6768439c648729863a701736 (diff)
.clang-format: adjust template formatting
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 8c68525..4de65a5 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: