Closed
Description
Commit 075ebfa introduced the behavior of using the OS default for line endings in tsconfig.json
. This is undesirable behavior for people who use a line ending different from the OS default. Until Atom supports configurable line endings, atom-typescript should read the line endings from the existing tsconfig.json
file and use those.