zenorogue / hyperrogue

A SDL roguelike in a non-euclidean world
GNU General Public License v2.0
569 stars 72 forks source link

Renormalize line endings in files #283

Closed lottieratworld closed 3 years ago

lottieratworld commented 3 years ago

All files and lines with Windows-style CRLF line endings have been edited to use Unix-style LF line endings, which are standard for Git. Git should automatically convert them back to CRLF endings locally on Windows machines. Should make cross-platform editing less troublesome!

Also includes edits to .gitignore to ignore compiled mymake files