dprint-plugin-typescript
dprint-plugin-typescript copied to clipboard
newLineKind = system becomes LF on Windows 11
When I set "newLineKind": "system",
it turns to forces all files to be formatted with LF
instead of CRLF
on Windows 11.
dprint-plugin-typescript version: 0.83.0
NodeJS version: 18.13.0
The source code is irrelevant as it happens for all TS/JS files.