IndentationRule$Typings extension

on

Properties

decreaseIndentPattern RegExp

Available on IndentationRule, provided by the IndentationRule$Typings extension

If a line matches this pattern, then all the lines after it should be unindented once (until another rule matches).
getter/setter pair
increaseIndentPattern RegExp

Available on IndentationRule, provided by the IndentationRule$Typings extension

If a line matches this pattern, then all the lines after it should be indented once (until another rule matches).
getter/setter pair
indentNextLinePattern RegExp?

Available on IndentationRule, provided by the IndentationRule$Typings extension

If a line matches this pattern, then only the next line after it should be indented once.
getter/setter pair
unIndentedLinePattern RegExp?

Available on IndentationRule, provided by the IndentationRule$Typings extension

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