INDENT [? | n | AUTO | ON | OFF] INDThis command controls the behaviour of exaEdit during automatic indenting during input mode.
Indenting will be switched on or off with ON or OFF. The parameter n specifies indenting by n columns. This means that when typing a new line the cursor will be in column n + 1.
If instead the parameter AUTO holds, then each new line will be indented the same amount as the previous line. The indenting amount memorised from the previous line by exaEdit will not be disturbed by the input of a blank line.
With INDENT ? the valid parameter values will be shown.
The default is
INDENT AUTO ON