It would be great to be able to limit the width of lines when pretty-printing edn, so that eg ```edn {:foo {:bar [42 43]} ``` became ``` {:foo {:bar [42 43]}} ``` depending on the max-width specified. Discussion: https://clojurians.slack.com/archives/CM5HRADAA/p1710930246744919
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
depending on the max-width specified.
Discussion: https://clojurians.slack.com/archives/CM5HRADAA/p1710930246744919