enum FormatStyle::BitFieldColonSpacingStyle

Description

Styles for adding spacing around ``:`` in bitfield definitions.

Declared at: clang/include/clang/Format/Format.h:3739

Enumerators

NameValueComment
BFCS_Both0Add one space on each side of the ``:``
BFCS_None1Add no space around the ``:`` (except when needed for ``AlignConsecutiveBitFields``).
BFCS_Before2Add space before the ``:`` only
BFCS_After3Add space after the ``:`` only (space may be added before if needed for ``AlignConsecutiveBitFields``).