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

Add support for the autopep8 experimental flag #46

Open fjbotha opened 2 years ago

fjbotha commented 2 years ago

From the autopep8 readme:

Passing in --experimental enables the following functionality:

  • Shortens code lines by taking its length into account
fjbotha commented 2 years ago

Fixes #45