Skip to content

Instantly share code, notes, and snippets.

@filipeandre
Created May 10, 2018 14:33
Show Gist options
  • Save filipeandre/a5d0f1b75299abf67d32f9db8c1c37d7 to your computer and use it in GitHub Desktop.
Save filipeandre/a5d0f1b75299abf67d32f9db8c1c37d7 to your computer and use it in GitHub Desktop.
Configure git to only use linux line endings
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