We have a repository of code that was saved in DOS end of the line format. The managers plan on converting it to Unix format, eventually.
In the meantime, every time I commit code in GitLab it thinks every line is different.
The code is being developed and run in a Linux environment.
I set my Eclipse preferences to save in DOS end of the formatting.
However it seems like Git is automatically convert from DOS EOL characters to Unix EOL characters.
Is there something I can set in GIT, just for my branches only in my directories, without effecting anyone else, that will stop Git from doing that?