From 5b3c5dc422f26e10233d5f9e16208811dcb6b0b6 Mon Sep 17 00:00:00 2001 From: berniev Date: Sat, 18 Feb 2023 01:58:54 +1000 Subject: [PATCH] AlwaysBreakTemplateDeclarations Previous setting was not keeping the template<...> on a line by itself which get hard to read. Changing to Yes. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 45623c68c9..e6f06e600e 100644 --- a/.clang-format +++ b/.clang-format @@ -12,7 +12,7 @@ AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: Empty AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: None -AlwaysBreakTemplateDeclarations: MultiLine +AlwaysBreakTemplateDeclarations: Yes BinPackArguments: false BreakBeforeBraces: Custom BraceWrapping: