enum FormatStyle::BinPackStyle
Description
The style of wrapping parameters on the same line (bin-packed) or on one line each.
Declared at: clang/include/clang/Format/Format.h:877
Enumerators
Name | Value | Comment |
---|---|---|
BPS_Auto | 0 | Automatically determine parameter bin-packing behavior. |
BPS_Always | 1 | Always bin-pack parameters. |
BPS_Never | 2 | Never bin-pack parameters. |