Skip to content

:or identation wrong #287

Closed
Closed
@arohner

Description

@arohner

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions