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

NameValueComment
BPS_Auto0Automatically determine parameter bin-packing behavior.
BPS_Always1Always bin-pack parameters.
BPS_Never2Never bin-pack parameters.