Vimjas / vim-python-pep8-indent

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

Is it possible to tweak the plugin and use 2 spaces? #138

Closed Muffo closed 4 years ago

Muffo commented 4 years ago

This plugin is designed specifically to support PEP8 and indents the code using 4 spaces. However, I have just started to work on an existing project where the owner indented the code using 2 spaces. Could I still use this plugin with some tweak?

Muffo commented 4 years ago

I will do the right thing and re-indent with 4 spaces. Please ignore my question.