enum IncludeStyle::IncludeBlocksStyle

Description

Styles for sorting multiple ``#include`` blocks.

Declared at: clang/include/clang/Tooling/Inclusions/IncludeStyle.h:22

Enumerators

NameValueComment
IBS_Preserve0Sort each ``#include`` block separately.
IBS_Merge1Merge multiple ``#include`` blocks together and sort as one.
IBS_Regroup2Merge multiple ``#include`` blocks together and sort as one. Then split into groups based on category priority. See ``IncludeCategories``.