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
My colleges and I are using Linux, Mac and Windows as developer system in a project. We decided to set the compiler option newLine to "CRLF" (Windows line ending).
In case we use the compile on save feature the option seems to be ignored. I've also tried "crlf" as value. On Linux and Mac the new line encodings are Linux style, on Windows they are in Windows style. It also doesn't correspond to the project specific Eclipse setting "New text file line delimiter".
If I start the compiler as background process (right click on tsconfig.json -> Run as -> Compile TypeScript) the right line ending is used.
I'm using Eclipse Neon.3 Release (4.6.3) and TypeScript Core 1.4.0.201708112157 on Linux.
The text was updated successfully, but these errors were encountered:
My colleges and I are using Linux, Mac and Windows as developer system in a project. We decided to set the compiler option newLine to "CRLF" (Windows line ending).
In case we use the compile on save feature the option seems to be ignored. I've also tried "crlf" as value. On Linux and Mac the new line encodings are Linux style, on Windows they are in Windows style. It also doesn't correspond to the project specific Eclipse setting "New text file line delimiter".
If I start the compiler as background process (right click on tsconfig.json -> Run as -> Compile TypeScript) the right line ending is used.
I'm using Eclipse Neon.3 Release (4.6.3) and TypeScript Core 1.4.0.201708112157 on Linux.
The text was updated successfully, but these errors were encountered: