Skip to content

Limit line-width when pretty-printing edn #151

Description

@grav

It would be great to be able to limit the width of lines when pretty-printing edn, so that eg

{:foo {:bar [42 43]}

became

{:foo 
  {:bar 
    [42
     43]}}

depending on the max-width specified.

Discussion: https://clojurians.slack.com/archives/CM5HRADAA/p1710930246744919

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