RicoSuter / DNT

DNT (DotNetTools): Command line tools to manage .NET projects and solutions.
MIT License
416 stars 63 forks source link

After switching to projects/packages the EOF is always LF, while for us it has to be CRLF #98

Closed rikdepeuter closed 3 years ago

rikdepeuter commented 3 years ago

Whenever I use switch-to-projects or switch-to-packages the EOF changes.

This is of course a problem since now git will see many changes which are actually nothing: image

Is there already an option to set this or autodetect (like git does)?