simulatino / trimtrailingwhitespaces

Python script that detects textfiles and then removes trailing white spaces and more.
The Unlicense
11 stars 2 forks source link

Fixes #9 by introducing a new --eol option to force a line ending type #10

Closed dietmarw closed 10 years ago

dietmarw commented 10 years ago

Makes use of io.open instead of standard open. The io.open behaviour is actually default in Python 3.