mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-17 08:51:42 +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
|
||||
AlwaysBreakAfterReturnType: None
|
||||
AlwaysBreakBeforeMultilineStrings: false
|
||||
AlwaysBreakTemplateDeclarations: MultiLine
|
||||
BinPackArguments: true
|
||||
BinPackParameters: true
|
||||
BraceWrapping:
|
||||
|
Loading…
Reference in New Issue
Block a user