vim-easy-align
vim-easy-align copied to clipboard
Python pep8 format: at least two spaces before inline comment [E261]
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