Skip to content

struct incorrect formatting #24

@sorawee

Description

@sorawee
(struct s
  (a     ;; a
   b     ;; b
   c            ;; c
   )
  #:transparent
  #:mutable)

is formatted to:

(struct s
        (a ;; a
         b ;; b
         c ;; c
         )
  #:transparent
  #:mutable)

by @JacobVanGeffen

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions