Skip to content

Instantly share code, notes, and snippets.

@devdrops
Last active November 14, 2016 16:45
Show Gist options
  • Select an option

  • Save devdrops/65e05f963679a2255ebcd9850342eb9e to your computer and use it in GitHub Desktop.

Select an option

Save devdrops/65e05f963679a2255ebcd9850342eb9e to your computer and use it in GitHub Desktop.
Git: ignore ^M and other nasty line-ending chars

Git: ignore ^M and other nasty line-ending chars

git config --global core.whitespace cr-at-eol
git config --global core.autocrlf true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment