(defn-or-multiline? zloc)
True if this location is inside a defn
or a multi-line form.
True if this location is inside a `defn` or a multi-line form.
(fn-to-name-or-args-space? zloc)
True if the node at this location is whitespace between a function's header and the name or argument vector.
True if the node at this location is whitespace between a function's header and the name or argument vector.
(post-args-space? zloc)
True if the node at this location is whitespace immediately following a function argument vector.
True if the node at this location is whitespace immediately following a function argument vector.
(post-doc-space? zloc)
True if the node at this location is whitespace immediately following a function docstring.
True if the node at this location is whitespace immediately following a function docstring.
(post-name-space? zloc)
True if the node at this location is whitespace immediately following a function name.
True if the node at this location is whitespace immediately following a function name.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close