On 2010-11-07, Ethan Furman <[email protected]> wrote: > Lawrence D'Oliveiro wrote: >> In message <[email protected]>, Tim Harig wrote: >>> I personally prefer tabs as it lets *me* decide how far the >>> apparent indentations are in the code. >> >> But they don???t. Other people can have different settings, >> and they will see different indentations for your code > > That's exactly the point -- each person can decide what level > of indentation they prefer to look at.
That ideal works only if you are disciplined to never mix tabs and spaces. "Wrapped" lines can become ugly when tabstop is changed. -- Neil Cerutti -- http://mail.python.org/mailman/listinfo/python-list
