Hi there, is there a way to force `ncc` to produce Unix style artifacts even when invoked on a Windows machine. I'm specifically talking about line endings (`LF` instead of `CRLF`) and path delimiters (`/` instead of `\`).
Hi there,
is there a way to force
nccto produce Unix style artifacts even when invoked on a Windows machine.I'm specifically talking about line endings (
LFinstead ofCRLF) and path delimiters (/instead of\).