Replaces all tabs with spaces according to the specified tab size
Extends CSS code hints with more attributes; image-rendering, touch-action, will-change, tab-size, clip-path, user-select and more
Return a copy of the string where all tab characters are replaced by one or more spaces, depending on the current column and the given tab size.
leftIndent (text, direction = 'forward', tabSize = 2) => indentedText