GeospatialPython / pyshp

This library reads and writes ESRI Shapefiles in pure Python.
MIT License
1.09k stars 259 forks source link

cleanup: codespell and remove trailing empty spaces. #274

Closed schwehr closed 2 weeks ago

schwehr commented 3 weeks ago
find . -type f | egrep -v '[.]git/|shapefiles/' | xargs perl -pi -e 's/\s+\n/\n/g'
schwehr commented 2 weeks ago

I'm going to close this PR and split things up differently based on some offline discussions.