================
@@ -63,8 +63,11 @@ struct IncludeStyle {
int SortPriority;
/// If the regular expression is case sensitive.
bool RegexIsCaseSensitive;
+ /// The number of blank lines to add *before* this category.
+ int EmptyLines;
bool operator==(const IncludeCategory &Other) const {
return Regex == Other.Regex && Priority == Other.Priority &&
+ EmptyLines == Other.EmptyLines &&
----------------
HazardyKnusperkeks wrote:
Keep the order.
https://github.com/llvm/llvm-project/pull/183960
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits