Closed oakmac closed 5 hours ago
This is currently formatted incorrectly:
(def my-map {:aaa "aaa", :bbb "bbb", ;; foo :ccc "ccc"})
So is this:
(def my-vec [a "a" b "b" ;; foo ,])
Fixed with PR-164
This is currently formatted incorrectly:
So is this: