Liking cljdoc? Tell your friends :D
Clojure only.

formatting-stack.protocols.formatter


Formattercljprotocol

format!clj

(format! this filenames)

Formats filenames according to a formatter of your choice.

The underlying formatter should be required dynamically. e.g. if a namespace containing an implementation of this protocol should require cljfmt (or whatever formatter it is) with clojure.core/require, not with (:require ...).

Formats `filenames` according to a formatter of your choice.

The underlying formatter should be `require`d dynamically.
e.g. if a namespace containing an implementation of this protocol should `require` cljfmt
(or whatever formatter it is) with `clojure.core/require`, not with `(:require ...)`.

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

× close