junegunn / junegunn/vim-easy-align
Python pep8 format: at least two spaces before inline comment [E261]
Open
- Dominant language
- Vim Script
- Stars
- 4.2k
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to set `left_margin = 2` just for python comment at the end of lines? If I set `left_margin = 2` then it will affect all other keys.
``` python
line = f.readline() # header line
if not header: # run once only
```
Thanks for the useful vim plugin
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.