vi setup for pyton

Courageous jkraska1 at san.rr.com
Tue May 29 00:26:05 EDT 2001


>> :set tabstop=4
>> :set ts=4
>
>Bad idea.  Lots of programs, including Python, assume that ts=8.
>Use Vim and ":set sts=4 et sw=4".

Agreed. I used to use hard tabstop=4, and a wiser chap suggested
what you just did. This made things infinitely easier later on.

C//




More information about the Python-list mailing list