|
|
|||
|
|
| AutoIndent is an option for Style and Cell which specifies what automatic indentation should be done at the beginning of a new line after an explicit return character has been entered. |
| False | do no indentation | |
| True | indent the same as the previous line | |
| Automatic | indent according to the structure of the expression (default) |
Create a cell with AutoIndent->True:
![]() ![]() Create a cell with AutoIndent->Automatic:
![]() ![]() |