Skip to content

Commit 996820c

Browse files
committed
Enable significant indentation after return
1 parent 442ffa8 commit 996820c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/indentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are two rules:
2828
class, object, given, or enum definition, in an enum case, or after a package clause, or
2929
- after one of the following tokens:
3030
```
31-
= => <- if then else while do try catch finally for yield match
31+
= => <- then else while do try catch finally for yield match return
3232
```
3333
If an `<indent>` is inserted, the indentation width of the token on the next line
3434
is pushed onto `IW`, which makes it the new current indentation width.

0 commit comments

Comments
 (0)