purescript-contrib / purescript-vim

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

indentation of do block #39

Closed coot closed 7 years ago

coot commented 7 years ago
someverylongname = do
                     wrong

I think it should be

someverylongname = do
  right