ISECEditLangConfig::SetAutoIndent
voidISECEditLangConfig::SetAutoIndent(const BOOLbAutoIndent)
Enables auto-indent. Auto-indent places the cursor on the same column as the first non-white character of the current line when a new line is created by pressing the <Enter> key.
Defined in: ISECEditLangConfig.h
Parameters
bAutoIndent
If non-zero, enables auto-indent.
See Also