vim-easy-align icon indicating copy to clipboard operation
vim-easy-align copied to clipboard

Python pep8 format: at least two spaces before inline comment [E261]

Open pnth opened this issue 9 years ago • 0 comments

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.

                line = f.readline()  # header line
                if not header:       # run once only

Thanks for the useful vim plugin

pnth avatar Apr 12 '16 08:04 pnth