[Python-Dev] Reindenting unicodedata.c (original) (raw)

Alex Martelli aleax@aleax.it
Mon, 11 Nov 2002 16:13:47 +0100


On Monday 11 November 2002 04:10 pm, Guido van Rossum wrote:

> Does that have the effect of expanding all tabs? unicodeobject.c does > use tabs for indenting multiple levels.

FWIW, if you want 4-space indents, I think you should use all spaces and not use tabs for double indents. The tabs will be confusing when the code is viewed with a different tab setting (which is sometimes unavoidable).

+1 (just because I can't give a +23...) -- mixed tabs and spaces are just evil.

Alex