freeflyclone / madstyletv

A C++11 multi-threaded framework and engine for OpenGL rendering in non-gaming applications - See readme.md about submodules
4 stars 0 forks source link

Linefeeds - Windows vs Linux #5

Open freeflyclone opened 7 years ago

freeflyclone commented 7 years ago

The age old CRLF vs LF cross-platform issue, as reflected in the source code.

Given that development happens on both Linux AND Windows, it would be nice to hide files that show being updated when all that's changed is LF <-> CRLF. Not sure how to do that in git and/or GitHub context.

For me, seeing ^M at the end of lines in a text editor in Linux pokes at my OCD. I REALLY want to fix it here.

Not that I suffer from OCD. But to say I never have OCD tendencies would be, well, inaccurate.

freeflyclone commented 7 years ago

Ah. There's an article for that. Yay. Now that I know I can, the issue goes to the back burner. For now. When the time comes: https://help.github.com/articles/dealing-with-line-endings/