We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When writing comments with auto-fill-mode and turn-on-haskell-simple-indent, auto-fill makes the comments staircase, like this:
-- comment line 1, lorem ipsum etc. -- comment line 2 -- comment line 3
When no haskell mode indentation is on, auto-fill-mode does what it should for comments.