In my project, there are many kinds of environments (Windows, Linux, Mac OS).
There are some people initially having wrong setting for Git, so in the git repository, some files have been mixed up with CRLF (I want all the files in git repo to be LF).
How can I quickly fix all at once the existing CRLF in repo to LF (my developing environment is restricted with just some simple editor - Visual Studio, Sakura Editor, ...). Fixing line ending one by one is so time-consuming.
Appreciate for any advices.