purescript-contrib / purescript-vim

Syntax highlighting and indentation for PureScript
BSD 2-Clause "Simplified" License
154 stars 35 forks source link

change indentation for `where` #36

Closed coot closed 7 years ago

coot commented 7 years ago

Now we indent twice:

x = some
  function
    where
      some = id
       function = 1

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