Skip to content

Support for associative syntax allignment #36

@timvisher

Description

@timvisher

Are there plans to support associative syntax alignment?

(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"]]))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions