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 <kunhuix.li@intel.com>
This commit is contained in:
parent
19f8bd7a06
commit
a3e05da148
|
@ -17,7 +17,6 @@ AllowShortLoopsOnASingleLine: false
|
|||
AlwaysBreakAfterDefinitionReturnType: None
|
||||
AlwaysBreakAfterReturnType: None
|
||||
AlwaysBreakBeforeMultilineStrings: false
|
||||
AlwaysBreakTemplateDeclarations: MultiLine
|
||||
BinPackArguments: true
|
||||
BinPackParameters: true
|
||||
BraceWrapping:
|
||||
|
|
Loading…
Reference in New Issue