Created
May 10, 2018 14:33
-
-
Save filipeandre/a5d0f1b75299abf67d32f9db8c1c37d7 to your computer and use it in GitHub Desktop.
Configure git to only use linux line endings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git config --global core.autocrlf auto | |
| git config --global core.eol lf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment