Skip Montanaro
|
9a29e7aba3
|
operate as a filter when no files or directories appear on the command line
|
2002-03-26 11:39:26 +00:00 |
Tim Peters
|
54e5b89d77
|
SF bug #497839: reindent chokes on empty first lines.
Reindenter.run(): copy over initial all-whitespace lines (if any, and
after normalizing to remove trailing blanks and tabs).
Bugfix candidate.
|
2002-02-17 07:03:05 +00:00 |
Tim Peters
|
ba001a0b67
|
Changed the reindenter to strip only trailing spaces and tabs from lines,
not other control characters string.rstrip() got rid of. This caters to
the \f thingies Barry likes putting in Python source files.
|
2001-10-04 19:44:10 +00:00 |
Tim Peters
|
ad14720262
|
New tool for normalizing indentation of .py files.
|
2000-10-05 03:48:38 +00:00 |