square / fdoc

Documentation format and verification
Other
379 stars 59 forks source link

Remove empty whitespace #28

Closed chrishunt closed 11 years ago

chrishunt commented 11 years ago

This pull request brought to you by vim:

:args `git grep -l .`
:argdo :%s/\s\+$//gc | w
zachmargolis commented 11 years ago

Oh man the fact that there are this many violations is embarrassing. Thanks for the help! Merging.