purescript-contrib/purescript-vim

indent of `->`

coot opened this issue · 2 comments

coot commented

Do not indent current line if not in type signature.

coot commented
   where
   id :: forall a. a -> a
coot commented

This is all right: there is an indent rule for where, and -> is in indentkeys option.