purescript-contrib/purescript-vim

change indentation for `where`

coot opened this issue · 0 comments

coot commented

Now we indent twice:

x = some
  function
    where
      some = id
       function = 1

Let's indent where only once, only what's inside where.