You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
I usually use Windows 10, so the default line break is CRLF. But I want all files to use LF as line break.
Whether I create an application by "nest new -p pnpm nest-blog" or a module by "nest g mo modules/article && nest g s modules/article && nest g co modules/article", I get files with CRLF line breaks.
But I want to get files with LR line breaks, and I don't like to format files again and again using "pnpm format".
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
I usually use Windows 10, so the default line break is CRLF. But I want all files to use LF as line break.
Whether I create an application by "nest new -p pnpm nest-blog" or a module by "nest g mo modules/article && nest g s modules/article && nest g co modules/article", I get files with CRLF line breaks.
But I want to get files with LR line breaks, and I don't like to format files again and again using "pnpm format".
Can you help me?
Describe the solution you'd like
Teachability, documentation, adoption, migration strategy
Please see the above pictures.
What is the motivation / use case for changing the behavior?
Please see the above pictures.
The text was updated successfully, but these errors were encountered: