You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 sht like that so I'm applying
this "sht fix" for now.