Scanner.addIndent

bool addIndent(int column) @safe

Increase indentation if needed.

Parameters

columnCurrent column in the file/stream.

Returns

true if the indentation was increased, false otherwise.