You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#9790: Update indentation spec to match observed behavior
I added the clause
2. An `<outdent>` is inserted at a line break, if
- ...
- the last token on the previous line is not one of the following tokens
which indicate that the previous statement continues:
```
then else do catch finally yield match
```
I tried to do without the added clause but lots of tests break. To verify, set
Tokens.statCtdTokens to BitSet() and observe the breakage.
0 commit comments