purescript-contrib/purescript-vim

Indent `->`

coot opened this issue · 3 comments

coot commented

It's indenting too often.

I'm having this issue and it is very annoying! Why is it indenting? Every time I try to write a function signature and it indents the whole line...

coot commented

Indeed, I have a fix but I haven't yet pushed it.

coot commented

Still inenting too often, e.g.:

case (Left 1) of
   Left a -> a -- indents this line
   Right a -> a -- and this as well