(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`
(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]].
(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.
(read-config file)
Read a Clojure or edn configuration file.
Read a Clojure or edn configuration file.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close