[issue8930] messed up formatting after reindenting

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Tue Jun 22 23:20:13 CEST 2010


Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA at GMail.Com> added the comment:

The following command also finds files, in which tabs are preceded only by spaces:

find -name '*.[ch]' -exec grep -El $'^ *\t' {} \;

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8930>
_______________________________________


More information about the Python-bugs-list mailing list