================
@@ -66,8 +66,13 @@ void DefinitionBlockSeparator::separateBlocks(
};
unsigned NewlineCount =
(Style.SeparateDefinitionBlocks == FormatStyle::SDS_Always ? 1 : 0) + 1;
+
+ FormatStyle SeparatorStyle = Style;
+ SeparatorStyle.MaxEmptyLinesToKeep =
----------------
gautamnsankar wrote:
@HazardyKnusperkeks Do you want me to just use Style instead, and run the tests?
https://github.com/llvm/llvm-project/pull/206406
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits