From 4ee89877d5e0041771002f7eb408f970531bfe47 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 16 Mar 2018 17:35:50 +0200 Subject: [PATCH] Changed clang formatting for templates --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 24e999da..26dde7e4 100644 --- a/.clang-format +++ b/.clang-format @@ -17,7 +17,7 @@ AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false -AlwaysBreakTemplateDeclarations: false +AlwaysBreakTemplateDeclarations: true BinPackArguments: true BinPackParameters: true BraceWrapping: