Changed
- `FileRenderer` (and thus `DirectoryRenderer`) now use `\n` line endings in the
resulting file. This should probably just be an option with the default being
to preserve the line ending format of the template file, but since this is
being used to render files that should run on Linux and apparently incorrect
line endings mess up the shebang reading and sh*t like that so I'm applying
this "sh*t fix" for now.