@rauschma I'm so tired of the platform-dependent EOL that I decided that all the files that I use are only `\n,` everywhere, on any platform (Git, text editors, my applications). My applications can read `\r\n` but they write only with `\n`.
The biggest problem for me is that files with `\r\n` have different hashes/checksums.