Implicit line continuation before "Implements"
Open
Approved-in-Principle
LDM Considering
Proposal
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
Lines that contain the word Implements in Method detentions as too long. It will be easier to consider this word an implicit line continuation position.
```
Public Iterator Function GetEnumerator() As IEnumerator
Implements IEnumerable.GetEnumerator
```
This will be consistent with the class definition where the Impliments statements starts at a new line.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.