Force `LF` line endings for generated JavaScript (WoltLab/WCF#4285)
authorMysteryCode <mutec@users.noreply.github.com>
Mon, 14 Jun 2021 08:30:55 +0000 (10:30 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 14 Jun 2021 08:38:35 +0000 (10:38 +0200)
commit0168872e5bb84190fa357c568bc29b503d575c6a
treee5b5ccd193ee377714a2d9370959bfb785f8c97a
parent6e514ab528ea3e2590eb2c05e54c319ba75f0c7d
Force `LF` line endings for generated JavaScript (WoltLab/WCF#4285)

The `newLine` configuration option in tsconfig is platform specific. Explicitly set it to ensure consistent behavior.

[Tim: Rephrased the commit message]
[Tim: Adapted to the differing context in non-WoltLab/WCF repositories]
tsconfig.json