fire-eggs / CivOne

An open source implementation of Sid Meier's Civilization 1 using C# and .NET.
Creative Commons Zero v1.0 Universal
21 stars 4 forks source link

Added gitattribues file, renormalized file endings #187

Closed Andersw88 closed 2 years ago

Andersw88 commented 2 years ago

This change does not change the line endings of the files in your working tree.

If you want to change the line endings in your working tree, first make sure you do not have any changes you want to keep that are not commited. Then run:

git rm --cached -r .
git reset --hard

To verify that the files have the correct line ending you can run: git ls-files --eol