cwombat169 / CarrierBattles1.9

A mod-mod for Space Empires IV
1 stars 1 forks source link

Line endings set to LF instead of CRLF #1

Open davidnero opened 4 years ago

davidnero commented 4 years ago

None of the .txt files here can be loaded as-is by the game since they're using LF (UNIX style) line endings. If I modify all of the .txt files to use Windows style CLRF endings, the mod loads. See https://help.github.com/en/github/using-git/configuring-git-to-handle-line-endings for a way to automatically fix it.

ekolis commented 4 years ago

Huh, that's interesting. You know how to make a pull request? I bet CW would appreciate if you did that!

davidnero commented 4 years ago

I made a pull request with a modified .gitattributes that should fix things. The link I included in my first post recommends deleting all of the files in the repository and re-adding them. I don't know if that's really needed or not, but that's something CW would need to do.

cwombat169 commented 4 years ago

Hopefully I did that right. This is the first project I have used github for :D