Vimjas / vim-python-pep8-indent

A nicer Python indentation style for vim.
Creative Commons Zero v1.0 Universal
790 stars 69 forks source link

minor style: fix indenting for multiline statement #39

Closed blueyed closed 9 years ago

hynek commented 9 years ago

That reminds me, is there some kind of linter for vimL that could catch this? A flake8-alike so to speak?

blueyed commented 9 years ago

I don't know about one. It occurred to me because I use detectindent, which auto-detected an indent of 2 for this file.

hynek commented 9 years ago

well whatever, thanks :)