Skip to content

Handle missing comments at EOF

Jamie Tanna requested to merge defect/trailing into main

Looking through a few scenarios that I've got at work, this case is triggering when we've got a comment at the end of file.

Because we can just append them on to the StringJoiner, we can simply always append comments, be there a feature or not.

Closes #6 (closed).

Merge request reports