purescript-emacs / purescript-mode

Emacs major mode and related tools for Purescript
20 stars 10 forks source link

Fix indentation of curly bracket #6

Closed kayhide closed 4 years ago

kayhide commented 4 years ago

This PR fixes an indentation problem of an open curly bracket of a record.

  [ R.div
    { className: "flex" -- <- This should be possibly indented as a normal expression
    , ...
    }
  ]
kritzcreek commented 4 years ago

Sorry I forgot about this, Thanks!