From a3e05da14881c62e2bfed09f6797fce961a46013 Mon Sep 17 00:00:00 2001 From: Kunhui-Li Date: Fri, 11 Jun 2021 10:15:52 +0800 Subject: [PATCH] config_tools: update clang-format file Remove the AlwaysBreakTemplateDeclarations setting in clang-format file to fix the issue about "make defconfig". Tracked-On: #6199 Signed-off-by: Kunhui-Li --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 8f96bf79d..132153802 100644 --- a/.clang-format +++ b/.clang-format @@ -17,7 +17,6 @@ AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false -AlwaysBreakTemplateDeclarations: MultiLine BinPackArguments: true BinPackParameters: true BraceWrapping: