nestjs / typescript-starter

Nest framework TypeScript starter :coffee:
https://nestjs.com
1.86k stars 1.04k forks source link

Update .prettierrc #303

Closed mehdiyev closed 2 months ago

mehdiyev commented 2 months ago

Update Prettier Configuration to Fix End-of-Line Issues on Windows 11 Description This pull request updates the Prettier configuration file to include "endOfLine": "auto". This change addresses issues with CRLF line endings not functioning properly on Windows 11.

kamilmysliwiec commented 2 months ago

I think this should be reported in the prettier repository (suggest changing the default values)