Start typing in a blank editor:
```
if(true)
if(true)
```
The second line will automatically start indented, but pressing Enter at the end of it dedents it.
```
if(true)
if(true)
```
The second line will automatically start indented, but pressing Enter at the end of it dedents it.