Liking cljdoc? Tell your friends :D

net.vemv.autonewline.impl.formatters.generic


format-0clj

(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.
sourceraw docstring

format-0-2x-indentationclj

(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.
sourceraw docstring

format-1clj

(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.
sourceraw docstring

format-2-2x-indentationclj

(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.
sourceraw docstring

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

× close