Closed
Description
The indentation of this form is wrong:
(defn test [config]
(let [{:keys [foo bar]
:or {foo 1
bar 2}} config
cat 3]
(println "foo=" foo)))
cat should be aligned with {:keys
, but it is aligned with bar
.
Versions:
clojure-mode installed from source: 4b7652a
clojure-mode-version: 4.0.1
Emacs: 24.4.50.1
OS: OSX 10.10.2
Metadata
Metadata
Assignees
Labels
No labels