getIndentUnit method

int? getIndentUnit()

How many spaces a block (whatever that means in the edited language) should be indented. The default is 2.

Implementation

int? getIndentUnit() => getOption('indentUnit');