tell-k / vim-autopep8

autopep8 plugin for Vim
http://www.vim.org/scripts/script.php?script_id=4614
MIT License
277 stars 51 forks source link

indent-size option is not handled #8

Closed rmongia closed 10 years ago

rmongia commented 10 years ago

Similar to other options exposed, need a hook such as g:autopep8_indent_size so set the autopep8 indentation option.

tell-k commented 10 years ago

@rmongia Thank you for letting me know. I added a "autpep8_indent_size" option. If thats ok, please try it.

rmongia commented 10 years ago

Yes, it looks good. Thanks for addressing it.