express-generator-typescript
express-generator-typescript copied to clipboard
Files use CRLF under macOS/Linux
It would be nice if files can use LF instead of CRLF under UNIX-like systems. Or maybe just always use LF considering the default value of https://www.typescriptlang.org/tsconfig/#newLine is LF?
Thanks for the project btw!