dynamic var | since v0.0-3255 | clojure.pprint/*print-right-margin* | Edit |
Pretty printing will try to avoid anything going beyond this column. Set it to nil to have pprint let the line be arbitrarily long. This will ignore all non-mandatory newlines.
(def ^{:added "1.2", :dynamic true} *print-right-margin* 72)