enum FormatStyle::SeparateDefinitionStyle
Description
The style if definition blocks should be separated.
Declared at: clang/include/clang/Format/Format.h:3123
Enumerators
Name | Value | Comment |
---|---|---|
SDS_Leave | 0 | Leave definition blocks as they are. |
SDS_Always | 1 | Insert an empty line between definition blocks. |
SDS_Never | 2 | Remove any empty line between definition blocks. |