tweag / ormolu

A formatter for Haskell source code
https://ormolu-live.tweag.io
Other
958 stars 83 forks source link

Trailing spaces in multi-line comments. #603

Closed fisx closed 4 years ago

fisx commented 4 years ago

Another style feature request.

The attached file Main.hs should be idempotent, but it renders to LayedOut.hs, which has trailing whitespace in the empty lines in the comment.

example.zip

I don't like trailing whitespace because:

I am interested in hearing whether you would consider accepting a PR for this (I'm not sure when I will have time, but me or somebody might).

mrkkrp commented 4 years ago

This looks like a bug to me.

fisx commented 4 years ago

This looks like a bug to me.

thanks, i certainly won't argue with that. :)