DrInfy / sharpy-sc2

Python framework for rapid development of Starcraft 2 AI bots
MIT License
69 stars 28 forks source link

Line endings set to lf in all python files #4

Closed DrInfy closed 4 years ago

DrInfy commented 4 years ago

In order to fix branches and forks from not breaking with conflicts, set the following to .gitattributes:

*.py text eol=lf

and then call (note that it will reset your pending changes)

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