-
-
Notifications
You must be signed in to change notification settings - Fork 247
Wrong let indentation #308
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? No Sign in to your account
Comments
That's not an isolated case - pretty much every more complex scenario breaks the indentation as so much was originally copy/pasted or inherited from |
It's not a huge deal anyway. :) |
Yeah, I guess. Still, sooner or later we need to clean up the indentation mess. Like CIDER, |
Yeah, I tried to write an |
This is how clojure-mode indents the following form.
It's a pretty complicated destructuring, but the important point is that the indentation engine is indenting
base-analysis
as if it were part of the map above it, but it's really a whole new let-bind.The text was updated successfully, but these errors were encountered: