(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. May take
an path to a config file, or to a directory to search. If no argument
is supplied, it uses the current directory. See: find-config-file
.
Load a configuration merged with a map of sensible defaults. May take an path to a config file, or to a directory to search. If no argument is supplied, it uses the current directory. See: [[find-config-file]].
(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