Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comment about optional option for keeping indentation level from previous | Brett Cannon | 2005-03-21 | 1 | -1/+2 |
| | | | | line. | ||||
* | Add a highlight group for denoting bad whitespace. Also added a match rule for | Brett Cannon | 2005-03-05 | 1 | -8/+15 |
| | | | | | | leading tabs in a line when in Python mode. Also fixed some grammatical errors in the comments. | ||||
* | Comment cleanup. | Brett Cannon | 2004-11-06 | 1 | -11/+11 |
| | |||||
* | Add warning notation about using 'bomb' setting. | Brett Cannon | 2004-09-25 | 1 | -1/+3 |
| | |||||
* | Add a commented-out recipe on making trailing whitespace explicit. | Brett Cannon | 2004-09-20 | 1 | -0/+7 |
| | | | | If people think this is not too intrusive it could be uncommented. | ||||
* | When this file is sourced in, or used as, one's vimrc file it will set the ↵ | Brett Cannon | 2004-09-19 | 1 | -0/+78 |
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. |