forked from rDrama/rDrama
1
0
Fork 0
Commit Graph

4 Commits (7e93578ed13d9c3b42a263d37153466a1a0e1bc8)

Author SHA1 Message Date
geese-suck e672330614
simplify awards (#434) 2022-11-09 00:39:05 -05:00
Aevann1 5719688178 use tabs, not spaces 2022-10-29 01:39:31 +02:00
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
Aevann1 664029a9fb sneed 2022-07-16 21:00:02 +00:00