[Haskell-cafe] indentation blues

Evan Laforge qdunkan at gmail.com
Wed Dec 14 21:48:58 CET 2011


On Mon, Dec 12, 2011 at 4:50 PM, Martin DeMello <martindemello at gmail.com> wrote:
> 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.



More information about the Haskell-Cafe mailing list