Closed jasongilman closed 8 years ago
I'm using the Atom lisp-paredit package which is using 0.2.11 of paredit.js. multiline string indentation is not being reserved when reindenting a block of code. Is that a problem in paredit.js or in the package using it?
It reindents from this:
(defn foo "This indentation is good" [] 5)
to this:
Thanks, 0.2.12 fixes that
Thanks for the quick fix.
I'm using the Atom lisp-paredit package which is using 0.2.11 of paredit.js. multiline string indentation is not being reserved when reindenting a block of code. Is that a problem in paredit.js or in the package using it?
It reindents from this:
to this: