enum IncludeStyle::IncludeBlocksStyle
Description
Styles for sorting multiple ``#include`` blocks.
Declared at: clang/include/clang/Tooling/Inclusions/IncludeStyle.h:22
Enumerators
Name | Value | Comment |
---|---|---|
IBS_Preserve | 0 | Sort each ``#include`` block separately. |
IBS_Merge | 1 | Merge multiple ``#include`` blocks together and sort as one. |
IBS_Regroup | 2 | Merge multiple ``#include`` blocks together and sort as one. Then split into groups based on category priority. See ``IncludeCategories``. |