google / google/yapf

The vim plugin cannot modify python comment format

Open
#512 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
14k
Forks
904
PR merge metrics
No merged PRs in 30d

Description

I have comment like this:
```
#the class of Game Field, draw the game field,
#operation of moving(upward, downward, left, right) or merge, add new number for each step
#evaluate the situation (if the player win or lose)
```
With autopep8, spaces should be added after the comment sign '#', and the second comment line is so long that it should be wrapped. However, with yapf, I see no changes to the comment lines. Do you have similar features about this?

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.