Liking cljdoc? Tell your friends :D

cljfmt.main

Functionality to apply formatting to a given project.

Functionality to apply formatting to a given project.
raw docstring

-mainclj

(-main & args)
source

checkclj

(check paths)
(check paths options)

Checks that the Clojure files contained in paths follow the formatting (as per options).

Checks that the Clojure files contained in `paths` follow the formatting
(as per `options`).
sourceraw docstring

default-optionsclj

source

default-pathsclj

source

fixclj

(fix paths)
(fix paths options)

Applies the formatting (as per options) to the Clojure files contained in paths.

Applies the formatting (as per `options`) to the Clojure files
contained in `paths`.
sourceraw docstring

merge-default-optionsclj

(merge-default-options options)
source

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

× close