protocolbuffers / txtpbfmt

txtpbfmt parses, edits and formats text proto files in a way that preserves comments.
Apache License 2.0
96 stars 19 forks source link

Prevent blank lines between a comment and an item from moving with the item. #97

Closed copybara-service[bot] closed 5 months ago

copybara-service[bot] commented 1 year ago

Prevent blank lines between a comment and an item from moving with the item.

This makes it possible to keep the file header comment at the top of the file even after multiple rounds of sorting, by adding a blank line after the header comment.