useTabs

Node parameter for CodeInput enabling tabs as the character used for indents.

@safe
useTabs
(
int width = 0
)

Parameters

width int

Indent width; number of character a single tab corresponds to. Optional, if set to 0 or left default, keeps the old/default value.

Meta