Liking cljdoc? Tell your friends :D

formatting-stack.formatters.cljfmt.impl


cljfmt-third-party-indent-specsclj

(cljfmt-third-party-indent-specs specs)

dissoc-byclj

(dissoc-by m f)

rcompcljmacro

(rcomp & fns)

Like comp, but in reverse order. With it, members of ->> chains can consistently be read left-to-right.

Like `comp`, but in reverse order.
With it, members of `->>` chains can consistently be read left-to-right.
raw docstring

setup-cljfmt-indents!clj

(setup-cljfmt-indents! third-party-intent-specs)

Updates #'cljfmt.core/default-indents with:

  • the indentation specs defined in your project (and its dependencies) via metadata
  • the specs explicitly passed as an argument to this defn.
Updates `#'cljfmt.core/default-indents` with:
* the indentation specs defined in your project (and its dependencies) via metadata
* the specs explicitly passed as an argument to this defn.
raw docstring

to-cljfmt-indentclj

(to-cljfmt-indent {cider-indent :style/indent
                   cljfmt-indent :style.cljfmt/indent
                   cljfmt-type :style.cljfmt/type})

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

× close