python newbie: some surprises
Marco Mariani
marco at sferacarta.com
Thu May 15 06:49:33 EDT 2008
More information about the Python-list mailing list
Thu May 15 06:49:33 EDT 2008
- Previous message (by thread): python newbie: some surprises
- Next message (by thread): python newbie: some surprises
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): python newbie: some surprises
- Next message (by thread): python newbie: some surprises
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list