Kees Bakker wrote:
So far, I have seen only one editor that understands the difference between TABs and indentation, and that is Emacs.
Oh, well... in .vimrc:
autocmd FileType python set tabstop=8
autocmd FileType python set softtabstop=4
autocmd FileType python set expandtab
--
http://mail.python.org/mailman/listinfo/python-list
