Liking cljdoc? Tell your friends :D

net.vemv.autonewline.api


format-file!clj

(format-file! filename
              &
              {:keys [node-formatter] :or {node-formatter format-node}})

Returns the formatting of filename according to a formatter, default `#'format-node``.

filename will not be written to.

Returns the formatting of `filename` according to a formatter, default `#'format-node``.

`filename` will not be written to.
sourceraw docstring

format-nodecljmultimethod

Formats a rewrite-clj.node.protocols/Node (i.e. each type of Clojure expression: see the built-in categorization in net.vemv.autonewline.impl.dispatch), using the rewrite-clj API.

Formats a `rewrite-clj.node.protocols/Node`
(i.e. each type of Clojure expression: see the built-in categorization in `net.vemv.autonewline.impl.dispatch`),
using the rewrite-clj API.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close