[Python-Dev] Reindenting unicodedata.c

Martin v. Loewis martin@v.loewis.de
11 Nov 2002 16:06:59 +0100


barry@python.org (Barry A. Warsaw) writes:

> And/or something like this (untested) near the bottom of the file:
> 
> /*
>  * Local Variables:
>  * c-basic-offset: 4
>  * indent-tabs-mode: nil

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

In my revised patch for unicodedata.c, I put just

/* 
Local variables:
c-basic-offset: 4
End:
*/

unicodedata.c is inconsistent in this respect: it sometimes uses tabs,
and sometimes spaces.

Regards,
Martin