neil-lindquist / lisp-paredit

Paredit for Atom
MIT License
24 stars 5 forks source link

Scheme indentation incorrect #21

Closed ghost closed 4 years ago

ghost commented 8 years ago

For example, indenting this:

(lambda ()
  (display "foo"))

results in:

(lambda ()
        (display "foo"))
rgdelato commented 7 years ago

You can fix this by adding lambda to your indentation forms in the package settings.

neil-lindquist commented 4 years ago

I added a note to the readme, which will hopefully prevent this from being a sticking point in the future.