Skip to content

Instantly share code, notes, and snippets.

@billmetangmo
Created February 5, 2018 13:19
Show Gist options
  • Save billmetangmo/8526c18f949ef9b4267e90a87e430be3 to your computer and use it in GitHub Desktop.
Save billmetangmo/8526c18f949ef9b4267e90a87e430be3 to your computer and use it in GitHub Desktop.
configure git to allow work with LF on Windows
## Reference: https://stackoverflow.com/questions/1967370/git-replacing-lf-with-crlf
git config --local core.autocrlf input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment