]> granicus.if.org Git - python/commit
When this file is sourced in, or used as, one's vimrc file it will set the proper...
authorBrett Cannon <bcannon@gmail.com>
Sun, 19 Sep 2004 05:43:13 +0000 (05:43 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 19 Sep 2004 05:43:13 +0000 (05:43 +0000)
commit8b4e886ed9274c77d1895f1b1d61f8e60a2b3463
treee50eb4a2db831a7727b0b883125094a2b4e67b59
parent636a6b100fe6083388bc5315758326078abe65b4
When this file is sourced in, or used as, one's vimrc file it will set the proper settings to follow the style guidelines laid out in PEPs 7 & 8 as best it can without forcing extraneous settings.

Suggested settings are commented out and included at the end of the file.

The goal is to have this file prevent as much as possible from deviating from the style guidelines.  It is not meant to collect every cool macro possible for Python.  Any useful settings for features included with Vim can be included and commented out, but anything overly extraneous should be left out.
Misc/vimrc [new file with mode: 0644]