Liking cljdoc? Tell your friends :D

dots.vscode.indentation-rule

Describes indentation rules for a language.

Describes indentation rules for a language.
raw docstring

decrease-indent-patterncljs

(decrease-indent-pattern indentation-rule)

If a line matches this pattern, then all the lines after it should be unindented once (until another rule matches).

If a line matches this pattern, then all the lines after it should be unindented once (until another rule matches).
sourceraw docstring

increase-indent-patterncljs

(increase-indent-pattern indentation-rule)

If a line matches this pattern, then all the lines after it should be indented once (until another rule matches).

If a line matches this pattern, then all the lines after it should be indented once (until another rule matches).
sourceraw docstring

indent-next-line-patterncljs

(indent-next-line-pattern indentation-rule)

If a line matches this pattern, then only the next line after it should be indented once.

If a line matches this pattern, then **only the next line** after it should be indented once.
sourceraw docstring

set-decrease-indent-pattern!cljs

(set-decrease-indent-pattern! indentation-rule value)

If a line matches this pattern, then all the lines after it should be unindented once (until another rule matches).

If a line matches this pattern, then all the lines after it should be unindented once (until another rule matches).
sourceraw docstring

set-increase-indent-pattern!cljs

(set-increase-indent-pattern! indentation-rule value)

If a line matches this pattern, then all the lines after it should be indented once (until another rule matches).

If a line matches this pattern, then all the lines after it should be indented once (until another rule matches).
sourceraw docstring

set-indent-next-line-pattern!cljs

(set-indent-next-line-pattern! indentation-rule value)

If a line matches this pattern, then only the next line after it should be indented once.

If a line matches this pattern, then **only the next line** after it should be indented once.
sourceraw docstring

set-un-indented-line-pattern!cljs

(set-un-indented-line-pattern! indentation-rule value)

If a line matches this pattern, then its indentation should not be changed and it should not be evaluated against the other rules.

If a line matches this pattern, then its indentation should not be changed and it should not be evaluated against the other rules.
sourceraw docstring

un-indented-line-patterncljs

(un-indented-line-pattern indentation-rule)

If a line matches this pattern, then its indentation should not be changed and it should not be evaluated against the other rules.

If a line matches this pattern, then its indentation should not be changed and it should not be evaluated against the other rules.
sourceraw docstring

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

× close