getTabSize method

int getTabSize()

The width of a tab character. Defaults to 4.

Implementation

int getTabSize() => getOption('tabSize') ?? 4;