Closed
Description
This is how clojure-mode indents the following form.
(let [{{{sha :sha} :head} :pull_request,
{{user :login} :owner, :as repo} :repository} body
base-analysis (something repo)]
...)
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.
Metadata
Metadata
Assignees
Labels
No labels