purescript-contrib/purescript-vim

Indent let

coot opened this issue · 0 comments

coot commented
  let x :: Int
      x = 1
   let
        x :: Int
        x = 1
   in