docs/archive
Winston Weinert 8a8f9b31d2 Delete trailing whitespace
In #526 I accidentally lost some of my edits trying to selectively
stage lines with typo fixes, while deleting hunks that were only
whitespace changes. In hopes nobody else falls into this trap, I ran
the following command to find all the files to edit, and apply emacs's
delete-trailing-whitespace function to each file.

```sh
find * -type f -print0 | xargs -0 -P$(nproc) -n1 -I{} sh -c 'if file -b "{}" | grep -qFi text; then emacs -batch "{}" -f delete-trailing-whitespace -f save-buffer; fi'
```

Note: `git add -u` will add only known paths to the stage (index),
even if `tidy.sh` exists in the git work directory.
2020-07-20 10:35:30 -05:00
..
libretro-gl.pdf migrate archival copies of early PDF documentation (#218) 2019-02-17 13:13:53 -06:00
libretro-gl.tex Delete trailing whitespace 2020-07-20 10:35:30 -05:00
libretro-shader.lyx Delete trailing whitespace 2020-07-20 10:35:30 -05:00
libretro-shader.pdf migrate archival copies of early PDF documentation (#218) 2019-02-17 13:13:53 -06:00
libretro.lyx Delete trailing whitespace 2020-07-20 10:35:30 -05:00
libretro.pdf migrate archival copies of early PDF documentation (#218) 2019-02-17 13:13:53 -06:00
mario-water1.jpg add tex/lyx original versions of archival PDFs (#227) 2019-02-19 11:39:49 -06:00
mario-water2.jpg add tex/lyx original versions of archival PDFs (#227) 2019-02-19 11:39:49 -06:00
overlay.pdf migrate archival copies of early PDF documentation (#218) 2019-02-17 13:13:53 -06:00
overlay.tex Delete trailing whitespace 2020-07-20 10:35:30 -05:00
ratecontrol-data.pdf add tex/lyx original versions of archival PDFs (#227) 2019-02-19 11:39:49 -06:00
ratecontrol.pdf migrate archival copies of early PDF documentation (#218) 2019-02-17 13:13:53 -06:00
ratecontrol.tex add tex/lyx original versions of archival PDFs (#227) 2019-02-19 11:39:49 -06:00
retroarch-blackberry-playbook-0.9.9.pdf migrate archival copies of early PDF documentation (#218) 2019-02-17 13:13:53 -06:00
retroarch-cores-manual.lyx Delete trailing whitespace 2020-07-20 10:35:30 -05:00
retroarch-cores-manual.pdf migrate archival copies of early PDF documentation (#218) 2019-02-17 13:13:53 -06:00
retroarch-enduserguide.lyx Delete trailing whitespace 2020-07-20 10:35:30 -05:00
retroarch-enduserguide.pdf add tex/lyx original versions of archival PDFs (#227) 2019-02-19 11:39:49 -06:00
retroarch-ios-0.9.9.pdf migrate archival copies of early PDF documentation (#218) 2019-02-17 13:13:53 -06:00
RetroArch-Libretro-Technical-Brochure.pdf migrate archival copies of early PDF documentation (#218) 2019-02-17 13:13:53 -06:00
retroarch-manual.lyx Delete trailing whitespace 2020-07-20 10:35:30 -05:00
retroarch-manual.pdf migrate archival copies of early PDF documentation (#218) 2019-02-17 13:13:53 -06:00
shader-rarch-2.jpg add tex/lyx original versions of archival PDFs (#227) 2019-02-19 11:39:49 -06:00
supermetroid.jpg add tex/lyx original versions of archival PDFs (#227) 2019-02-19 11:39:49 -06:00