Commit Graph

5 Commits

Author SHA1 Message Date
David Darnes
8c47866cee
Merge pull request #21 from mtlynch/no-exec
Disabling execute permission on all files
2019-03-04 20:20:09 +00:00
Michael Lynch
0f6a493e45 Removing trailing whitespace
Fixing files that have trailing whitespace at end of lines.
2019-03-03 16:27:38 -05:00
Michael Lynch
863954c90e Disabling execute permission on all files
Many files in the repo have the UNIX executable permission bit set, which indicates to the OS that these are executable binaries. None of these files are executable, so they should not have the executable permission bit set.
2019-03-03 16:07:41 -05:00
David Darnes
82d28e1445 More cleaning up, plus styles to match original design 2017-01-04 01:07:47 +00:00
David Darnes
51fe00e282 Complete revision of code, bringing it up to spec 2017-01-04 00:41:34 +00:00