Disabling case et alii alignment
moll opened this issue · 4 comments
Hey,
An otherwise nice syntax and indenting plugin, but I'm not a fan of the case clause indenting aligning it with the case keyword on the previous line. Would it be possible to make this and other similar settings configurable to disable the alignment and just leave it with a n-character indent?
Personally, I've found alignments waste precious horizontal space from 80 columns. ^_^
Thanks!
Indentation has always been configurable you can edit the let g:haskell_indent_case = 2 settings. If that's what you are looking for.
While further indent depth is configurable, Haskell.vim does indent aligning like I describe above. That isn't configurable. :-)
Ah I see, try to set let g:haskell_indent_case_alternative = 1. I've just added this.
I'll give it a try. Thank you!