I am checking out a third party project \"libjpeg\" from https://github.com/winlibs/libjpeg on Linux (it is just one example, actually I have the same problem with many other pr
Old, but still correct answer about EOL-headache in Git
In short:
core.autocrlf = false core.eol = native
will produce correct EOLs on all and any mix of OSes