mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-18 17:33:43 +00:00
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
5bec1e8b1d
commit
814419beb8
@ -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
Block a user