cljs.pprint/*print-miser-width*

dynamic varsince v0.0-3255 clojure.pprint/*print-miser-width*Edit
Source docstring:
The column at which to enter miser style. Depending on the dispatch table,
miser style add newlines in more places to try to keep lines short allowing for further
levels of nesting.
Source code @ clojurescript:src/main/cljs/cljs/pprint.cljs
(def ^{:added "1.2", :dynamic true} *print-miser-width* 40)