i have to change default tab length in pydev

Fabio Zadrozny fabiofz at gmail.com
Mon Mar 30 16:39:29 EDT 2009


> Most such problems are caused by mixing tabs and spaces in the same file.
>  Pick one style and be consistent, and you'll be in good shape.
>
> My approach is to always expand tabs.  My tab key simply gets me to a
> convenient column, there never are any tabs in my source files.
>
> (I don't use either notepad++ or pydev, but most editors I have used or
> written can be configured to use spaces)
>

Just as a note, both notepad++ and pydev do support using spaces for tabs.

Cheers,

Fabio



More information about the Python-list mailing list