Jesse Guardiani <[EMAIL PROTECTED]> writes: > I've seen a bit of a mixture between tab-indentation and pure space > indentation in TMDA. Is there a standard for this under the Python > language?
Not really a standard. See http://www.python.org/doc/essays/styleguide.html for some thoughts on this. > Or does Jason have a preference? Not really. I use the default of Emacs Python-mode: 4 spaces for one indentation level, and I think Tim does too. I'd follow this for consistency. _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
