Liking cljdoc? Tell your friends :D

cljfmt.config


default-configclj

source

find-config-fileclj

(find-config-file)
(find-config-file path)

Find a configuration file in the current directory or in the first parent directory to contain one. Valid configuration file names are:

  • .cljfmt.edn
  • .cljfmt.clj
  • cljfmt.edn
  • cljfmt.clj
Find a configuration file in the current directory or in the first parent
directory to contain one. Valid configuration file names are:
- `.cljfmt.edn`
- `.cljfmt.clj`
- `cljfmt.edn`
- `cljfmt.clj`
sourceraw docstring

load-configclj

(load-config)
(load-config path)

Load a configuration merged with a map of sensible defaults. See find-config-file.

Load a configuration merged with a map of sensible defaults. See
[[find-config-file]].
sourceraw docstring

merge-configsclj

(merge-configs a b)
(merge-configs a b & more)

Merge two or more cljfmt configuration maps together.

Merge two or more cljfmt configuration maps together.
sourceraw docstring

read-configclj

(read-config file)

Read a Clojure or edn configuration file.

Read a Clojure or edn configuration file.
sourceraw docstring

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

× close