It is possible to write valid python code with any number of white space indents. The style guide recommends 4 spaces, and that is the default indent for the new editor. So far so good. However if I ...
This small script modifies Vim’s indentation behavior to comply with PEP8 and my aesthetic preferences. Most importantly: In case it is not working, please make sure your Vim is configured to load ...