Function: getIndentationWidth()
getIndentationWidth(
line:string):number
Defined in: _internal/config-file-scanner.ts:71
Returns the number of leading space characters (indentation depth) in line.
Tabs are not counted; the provider-config formats targeted here exclusively use spaces for indentation.
Parametersâ
lineâ
string
Returnsâ
number