[PATCH] D139029: [clang-format] Don't move comments if AlignTrailingComments: Kind: Leave
Björn Schäpers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 30 12:24:13 PST 2022
HazardyKnusperkeks added a comment.
In D139029#3961438 <https://reviews.llvm.org/D139029#3961438>, @mairacanal wrote:
> In D139029#3961372 <https://reviews.llvm.org/D139029#3961372>, @HazardyKnusperkeks wrote:
>
>> Can you please add a test with more than one newline?
>
> Hi @HazardyKnusperkeks! Thanks for the feedback. It looks like `Changes[i].NewlinesBefore` values 1 even if I put multiple lines before the comment. Do you have any input on what could be causing this? From my point of view, it looks like the extra new lines are being removed before `alignTrailingComments` and then `Changes[i].NewlinesBefore = 1`, but I'm not really sure how to solve it.
Try setting `MaxEmptyLinesToKeep` to a higher number.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139029/new/
https://reviews.llvm.org/D139029
More information about the cfe-commits
mailing list