vlasovskikh / funcparserlib

Recursive descent parsing library for Python based on functional combinators
https://funcparserlib.pirx.ru
MIT License
338 stars 38 forks source link

Trim trailing white space throughout the project #54

Closed jdufresne closed 4 years ago

jdufresne commented 5 years ago

Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.

vlasovskikh commented 4 years ago

@jdufresne Thank you! I've rebased this one.