Skip to content

Wrong indentation in multi-arity forms #239

Closed
@myguidingstar-zz

Description

@myguidingstar-zz

Things are currently auto-indented like this:

(defn a-function
  ([x]
     x)
  ([x y]
     (+ x y)))

and

(fn a-function
  ([x]
     x)
  ([x y]
     (+ x y)))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions