cljs.pprint/*print-right-margin*

dynamic varsince v0.0-3255 clojure.pprint/*print-right-margin*Edit
Source docstring:
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.
Source code @ clojurescript:src/main/cljs/cljs/pprint.cljs
(def ^{:added "1.2", :dynamic true} *print-right-margin* 72)