(indent-amount zloc indents)
Calculates the number of spaces the node at this location should be indented, based on the available custom indent rules.
Calculates the number of spaces the node at this location should be indented, based on the available custom indent rules.
(should-indent? zloc)
True if indentation should exist after the current location.
True if indentation should exist after the current location.
(should-unindent? zloc)
True if the current location is indentation whitespace that should be reformatted.
True if the current location is indentation whitespace that should be reformatted.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close