enum FormatStyle::SeparateDefinitionStyle

Description

The style if definition blocks should be separated.

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

Enumerators

NameValueComment
SDS_Leave0Leave definition blocks as they are.
SDS_Always1Insert an empty line between definition blocks.
SDS_Never2Remove any empty line between definition blocks.