ClojureScript
API
GitHub
cljs.pprint/*print-pretty*
dynamic var
since v0.0-3255
clojure.pprint/*print-pretty*
Edit
Source docstring:
Bind to true if you want write to use pretty printing
Source code @
clojurescript:src/main/cljs/cljs/pprint.cljs
(
def
^
{
:dynamic
true
}
*print-pretty*
true
)