Closed
Description
All generated js-files have windows-style line endings.
It would be great, if we could specify the line endings - windows, unix etc.
We use PhpStorm as editor, and it keeps marking generated js, d.ts etc files as changed, even though the code is the same. The only difference is \n -> \r\n.
Relates to https://typescript.codeplex.com/workitem/258