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

Guido van Rossum guido@python.org
Mon, 11 Nov 2002 09:01:31 -0500


Just like Fredrik, I prefer 4 spaces indents over TABs and since the RE and Unicode code base used these 4 spaces indents all along, I'd also prefer to keep it that way.

As long as you're actively maintaining that code, I see no reason to reformat it then. But, as they say, you snooze, you lose. :-)

--Guido van Rossum (home page: http://www.python.org/~guido/)