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-optionsclj

(merge-options a b)

Merge two maps of cljfmt options together.

Merge two maps of cljfmt options together.
sourceraw docstring

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

× close