Code and EDN formatting functionality.
Code and EDN formatting functionality.
(cljfmt code options)The default code formatter. Reformats code with cljfmt, layering the
editor-supplied options on top of the project's cljfmt configuration.
The default code formatter. Reformats `code` with cljfmt, layering the editor-supplied `options` on top of the project's cljfmt configuration.
(zprint code options)A code formatter backed by zprint, for projects that prefer it over cljfmt.
zprint must be on the classpath; the editor-supplied options are passed
straight through to zprint.core/zprint-file-str as a zprint options map.
A code formatter backed by zprint, for projects that prefer it over cljfmt. zprint must be on the classpath; the editor-supplied `options` are passed straight through to `zprint.core/zprint-file-str` as a zprint options map.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |