If there is a newline after the meta map the name of the def is indentend incorrectly (not at all) ``` clojure (def ^{:some :meta} test nil) ``` emacs/clojure-mode does this ``` clojure (def ^{:some :meta} test nil) ```
If there is a newline after the meta map the name of the def is indentend incorrectly (not at all)
emacs/clojure-mode does this