• Libraries

  • Home

  • aero
  • async-flow-fx
  • bidi
  • blossom
  • buddy-core
  • buddy-sign
  • camel-snake-kebab
  • chime
  • clj-kondo
  • clojure
  • clojure.data.json
  • closeable-map
  • config
  • core.async
  • crypto-password
  • cuerdas
  • data.xml
  • devcards
  • digest
  • etaoin
  • fs
  • hiccup
  • hikari-cp
  • honeysql
  • http-fx
  • humanize
  • image-resizer
  • integrant
  • loom
  • migratus
  • next-jdbc
  • openai-clojure
  • postal
  • process
  • reitit-parent
  • ring
  • selmer
  • shadow-cljs-tailwind-jit
  • testcontainers-clj
  • tick
  • timbre
  • tools.cli
  • websocket-client

Library released under Flexiana license. Copyright 2024 Flexiana.

Visit Flexiana website

Public Vars

  • *print-base* (clj)
  • *print-miser-width* (clj)
  • *print-pprint-dispatch* (clj)
  • *print-pretty* (clj)
  • *print-radix* (clj)
  • *print-right-margin* (clj)
  • *print-suppress-namespaces* (clj)
  • PrettyFlush (clj)
  • cl-format (clj)
  • code-dispatch (clj)
  • collect-clauses (clj)
  • compile-format (clj)
  • emit-nl (clj)
  • execute-format (clj)
  • format-logical-block (clj)
  • format-simple-number (clj)
  • formatter (clj)
  • formatter-out (clj)
  • fresh-line (clj)
  • get-miser-width (clj)
  • get-pretty-writer (clj)
  • init-navigator (clj)
  • justify-clauses (clj)
  • opt-base-str (clj)
  • pp (clj)
  • ppflush (clj)
  • pprint (clj)
  • pprint-indent (clj)
  • pprint-logical-block (clj)
  • pprint-map (clj)
  • pprint-newline (clj)
  • pprint-simple-code-list (clj)
  • pprint-tab (clj)
  • print-length-loop (clj)
  • print-table (clj)
  • relative-reposition (clj)
  • set-pprint-dispatch (clj)
  • simple-dispatch (clj)
  • with-pprint-dispatch (clj)
  • write (clj)
  • write-out (clj)
Back

*print-right-margin* (clj)

(source)

variable

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.

Examples