When you type <div>
and press enter on the standard ace editor (in html mode) it automatically creates a closing div tag and indents the cursor. You can see it here.
They have disabled it for the kitchen sink which is what I am after.
Is their a simple property setting like
editor.autoIndent = false;
editor.autoComplete = false;