[Python-Dev] tabs in httplib.py and test_httplib.py

Brett C. bac at OCF.Berkeley.EDU
Thu Sep 16 18:45:12 CEST 2004


Jeff Pitman wrote:
> On Thursday 16 September 2004 14:43, "Martin v. Löwis" wrote:
> 
>>I should learn not to use vim for Python editing...
> 
> 
> in vimrc:
> 
> set softtabstop=4
> set shiftwidth=4
> set expandtab
> 

I don't want this to explode into a major thread, but if people think coming up 
with a good vimrc file for Python would be worth having as a separate SF 
project send me an email **personally**; DON"T CC python-dev!  Been 
contemplating doing this so that there is always up-to-date Vim config stuff 
(syntax highlighting, ai, etc.) while also leading to code that follows PEP 7 
and 8 so that all of us Vim users here can check in without having to worry 
about not following the style guidelines.

-Brett


More information about the Python-Dev mailing list