MarseyWorld/files/assets
Snakes 4a54c6219a
Add trailing final newlines to source files.
Touched a ton of files to finally standardize on having trailing
final newlines, as best practice recommends and so our devs stop
accidentally fighting each other over it.

This was performed automatically with the following:
git ls-files -z '*.py' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
git ls-files -z '*.css' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2022-09-29 01:43:29 -04:00
..
css Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
fonts
images sneed 2022-09-29 03:00:02 +00:00
js Add to draft when selecting an emoji 2022-09-26 21:19:48 -05:00
media
app_PCM_v2.4.apk
app_WPD_v2.4.apk
app_rDrama_v2.4.apk
assetlinks.json
browserconfig.xml
emojis.json add patyl 2022-09-22 07:24:34 +02:00
manifest_PCM.json
manifest_WPD.json
manifest_rDrama.json
robots.txt
sitemap.xml