================
@@ -1633,8 +1633,16 @@ static auto computeNewlines(const AnnotatedLine &Line,
const SmallVectorImpl<AnnotatedLine *> &Lines,
const FormatStyle &Style) {
const auto &RootToken = *Line.First;
- auto Newlines =
- std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1);
+
----------------
HazardyKnusperkeks wrote:
`SeparateDefinitionBlocks` is handled in `DefinitionBlockSeparator.cpp` I think
you should try to fix it there.
https://github.com/llvm/llvm-project/pull/206406
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits