greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Add align map values #61

Closed just-sultanov closed 3 years ago

just-sultanov commented 3 years ago

Hi! Thank you again for the cljstyle! Can you add align map values? It would be great!

Something like this:

(def my-map 
  {:a     "A value"
   :blarg :another-value
   :foo   {:test "A nested map"
           :c    :d}})
greglook commented 3 years ago

Duplicate of #47