forked from rDrama/rDrama
1
0
Fork 0
rDrama/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 sneed 2022-07-16 21:00:02 +00:00
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 sneed 2022-07-16 21:00:02 +00:00
app_PCM_v2.4.apk sneed 2022-07-16 21:00:02 +00:00
app_WPD_v2.4.apk sneed 2022-07-16 21:00:02 +00:00
app_rDrama_v2.4.apk sneed 2022-07-16 21:00:02 +00:00
assetlinks.json sneed 2022-07-16 21:00:02 +00:00
browserconfig.xml allow hole jannies to change the hole marsey + cachebust all site assets 2022-08-25 00:22:44 +02:00
emojis.json add patyl 2022-09-22 07:24:34 +02:00
manifest_PCM.json sneed 2022-07-16 21:00:02 +00:00
manifest_WPD.json sneed 2022-07-16 21:00:02 +00:00
manifest_rDrama.json sneed 2022-07-16 21:00:02 +00:00
robots.txt sneed 2022-07-16 21:00:02 +00:00
sitemap.xml change t2_ and t3_ to p_ and c_ 2022-09-06 00:52:22 +02:00