A utility to remove trailing whitespace and convert line endings.
Download the Windows ( x86 ) installer setup.exe or
Download the python source cleanup.zip.
Example usage:
>cleanup.exe -f D -e .py -t -b -v
The above will look in the current directory, converting all files
that end in ".py" to unix line endings and removing whitespace
from line endings as well as backing up the original file and
outputting file paths for each file edited.