IndentMode Enum
Specifies the type of indentation to perform when the key is pressed.
public enum IndentMode
Remarks
If the syntax language does not have a IIndentProvider service registered,
the default indent mode is to Block indent.
Fields
| Name | Description |
|---|---|
| Block | When selected and the end user presses |
| None | When selected, no automatic indenting occurs when the end user presses |
| Smart | When selected and the end user presses |