purescript-contrib/purescript-vim

{} indentation bug

leighman opened this issue · 0 comments

I define eg.

newtype Complex = Complex
  { real :: Number
  , imaginary :: Number
  }

Vim moves the closing brace back to column 0 when you would want it to stay in column x