indentationAt

fun Document.indentationAt(position: Int): Int

Tally the indentation at position. Only horizontal tabulation (U+0009) is considered indentation.

Return

The amount of indentation discovered.

Parameters

position

The position at which to scan rightward for indentation.