vi setup for pyton

D-Man dsh8290 at rit.edu
Mon May 28 18:10:03 EDT 2001


On Mon, May 28, 2001 at 09:57:58PM +0000, Matthew Hirsch wrote:
| Hi,
| 
| I'm trying to setup vi for python.  How do I setup vi so that a tab will
| be four spaces?

Funny, that was just mentioned in the thread "Indentation Style".

In vim,

set softtabstop=4 shiftwidth=4 expandtab

:-)
-D





More information about the Python-list mailing list