indentationRules property

IndentationRule? get indentationRules

The language's indentation settings.

Implementation

_i3.IndentationRule? get indentationRules => _i5.getProperty(
      this,
      'indentationRules',
    );
set indentationRules (IndentationRule? value)

Implementation

set indentationRules(_i3.IndentationRule? value) {
  _i5.setProperty(
    this,
    'indentationRules',
    value ?? _i6.undefined,
  );
}