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
|
AlwaysBreakAfterDefinitionReturnType: None
|
||||||
AlwaysBreakAfterReturnType: None
|
AlwaysBreakAfterReturnType: None
|
||||||
AlwaysBreakBeforeMultilineStrings: false
|
AlwaysBreakBeforeMultilineStrings: false
|
||||||
AlwaysBreakTemplateDeclarations: MultiLine
|
|
||||||
BinPackArguments: true
|
BinPackArguments: true
|
||||||
BinPackParameters: true
|
BinPackParameters: true
|
||||||
BraceWrapping:
|
BraceWrapping:
|
||||||
|
|
Loading…
Reference in New Issue