Reflow comments
Open
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
Many comments may violate the column limits. `clang-format` does have a "reflow-comments" option, that fixes this.
Something like this should be added to yapf too so
# a very looooo...ong comment foo bar
is broken into:
# a very looooo...ong
# comment foo bar
Contributor guide
Assessment
This issue has not been assessed yet.