Are there plans to support associative syntax alignment? ``` clojure (let [n :charnock name :ohai] …) {:n :charnock :name :ohai} (defproject example :n :charnock :name :ohai) (ns example (:require [[req "1000.0.1" :exclusions [blah]] [another-req "0.0.1"]])) ```