
14 Dec
2011
14 Dec
'11
3:48 p.m.
On Mon, Dec 12, 2011 at 4:50 PM, Martin DeMello
The vim autoindent for haskell is really bad :( Is there a better indent.hs file floating around somewhere? Alternatively, is the emacs haskell mode better enough that it's worth my time learning my way around emacs and evil?
I don't know what kind of indentation you're doing, but another solution is to use a simple indentation style, and indent manually. As a bonus, foldmethod=indent then works for folding.