You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use parinfer, so it re-balanced my parens because cs was all the way to the left, so it was judged to be another top-level form. The bindings part of the let also got closed prematurely because the line after it wasn't indented far enough to the right.
If I disable parinfer and do the same thing, I get this, which is still not indented properly:
For example, I have this top-level form:
When I put my cursor on the
(
before->>
and entercril
and entercs
for the binding name, the result is:I use parinfer, so it re-balanced my parens because
cs
was all the way to the left, so it was judged to be another top-level form. The bindings part of the let also got closed prematurely because the line after it wasn't indented far enough to the right.If I disable parinfer and do the same thing, I get this, which is still not indented properly:
Note that not only is
cs
not indented at all, the previous line also has incorrect indentation now because it didn't move from where it was before.The text was updated successfully, but these errors were encountered: