5 Sep
2002
5 Sep
'02
3:56 p.m.
Don't use set tabstop=4! Use set tabstop=8 softtabstop=4 instead! Because of set expandtabs you won't notice a difference in your own python code, but as soon as you open a file that does use tabs (which 99% of the world defines as 8 spaces) you'll see the correct indentations. -- Martijn Pieters | Software Engineer mailto:mj@zope.com | Zope Corporation http://www.zope.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------