Hi there.
Is there a way to make TextMate right-trim lines (e.g., remove tailing spaces in the end of lines)? I'm getting warnings from pep8.py (which checks if your code follows the PEP8) and looks like TextMate leaves a lot of spaces on empty lines inside and indented code.
Ideas?