setAutoIndent

open fun setAutoIndent(enable: Boolean)

If true auto-indentation of text is enabled.

When Enter is pressed to create a new line, the auto-indentation inserts the same indentation as the previous line. This is not a "smart indentation" where an indentation level is added or removed depending on the context.

Parameters

enable

whether to enable auto indentation.