Skip to content

Multi-line namespaced maps #144

Open
@Looveh

Description

@Looveh

What is the suggested level of indentation of multi-line namespaced maps?

;; no indentation
#:my-ns 
{:k :v}

;; one space
#:my-ns 
 {:k :v}

;; two spaces
#:my-ns 
  {:k :v}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions