We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6593a10 + d4f888e commit c2538e8Copy full SHA for c2538e8
docs/docs/reference/other-new-features/indentation.md
@@ -68,6 +68,9 @@ There are two rules:
68
if match return then throw try while yield
69
```
70
71
+ - after the closing `)` of a condition in an old-style `if` or `while`.
72
+ - after the closing `)` or `}` of the enumerations of an old-style `for` loop without a `do`.
73
+
74
If an `<indent>` is inserted, the indentation width of the token on the next line
75
is pushed onto `IW`, which makes it the new current indentation width.
76
0 commit comments