Allow Implicit Line Continuation before 'Then' keyword
Open
Proposal
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
This should be permitted
```
If condition1 AndAlso
condition2 AndAlso
condition3 AndAlso
condition4
Then
' Do stuff.
End If
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.