gallais / idris-tparsec

TParsec - Total Parser Combinators in Idris
https://gallais.github.io/idris-tparsec/
GNU General Public License v3.0
93 stars 10 forks source link

Check (and forbid) trailing whitespace #18

Open gallais opened 5 years ago

gallais commented 5 years ago

Seeing how #17 fixes a lot of these, it would be nice to always keep the files clean.

Cf. https://github.com/agda/agda/tree/master/src/fix-agda-whitespace for how it's done in the agda repo.