google / google/yapf

Reflow comments

Open
#611 0 comments 10 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.