(format-0 node)
Formats a node with a :style/indent
of 0. See CIDER indent spec.
Formats a node with a `:style/indent` of 0. See CIDER indent spec.
(format-0-2x-indentation node)
Formats a node with a :style/indent
of 0 (see CIDER indent spec), and two levels of indentation.
Formats a node with a `:style/indent` of 0 (see CIDER indent spec), and two levels of indentation.
(format-1 node)
Formats a node with a :style/indent
of 1. See CIDER indent spec.
Formats a node with a `:style/indent` of 1. See CIDER indent spec.
(format-2-2x-indentation node)
Formats a node with a :style/indent
of 2 (see CIDER indent spec), and two levels of indentation.
Formats a node with a `:style/indent` of 2 (see CIDER indent spec), and two levels of indentation.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close