nilcons / hi2

haskell-indentation 2nd try
GNU General Public License v3.0
33 stars 3 forks source link

Comment auto-filling causes newline to indent #14

Open pjones opened 9 years ago

pjones commented 9 years ago

When writing a top-level comment (function documentation) auto-fill automatically inserts a newline when you go past the fill column. When this happens the newline is indented to the right one position further than the comment line above it. There shouldn't be any indentation at all here.

I have the same issue with the other Haskell indentation modes, so hopefully it's not an issue with my configuration.