Skip to content
  • Martin Thoma's avatar
    Remove trailing spaces · 7740f014
    Martin Thoma authored
    The commands
    
    find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
    
    and
    
    find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
    
    were used to do so.
    7740f014
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.