Uwe Grauer wrote: > I know that Dabo prefers tabs for indentation. > But it's a pity that spaces don't work as expected in the editor as > spaces are the standard indentation style for python code. > See: http://www.python.org/dev/peps/pep-0008/ > > I never run into this as i'm using emacs mostly. > Emacs doesn't have any problems with both indentation styles. > > Uwe
BTW, there is reindent.py from Tim Peters which i often used for foreign code. Of cause it is using 4 spaces for indentation. http://pypi.python.org/pypi/Reindent/0.1.0 Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
