decreaseIndentPattern property

RegExp get decreaseIndentPattern

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

Implementation

_i7.RegExp get decreaseIndentPattern => _i5.getProperty(
      this,
      'decreaseIndentPattern',
    );
set decreaseIndentPattern (RegExp value)

Implementation

set decreaseIndentPattern(_i7.RegExp value) {
  _i5.setProperty(
    this,
    'decreaseIndentPattern',
    value,
  );
}