Skip to content

Instantly share code, notes, and snippets.

@nm3mon
Created August 3, 2010 10:18
Show Gist options
  • Save nm3mon/506151 to your computer and use it in GitHub Desktop.
Save nm3mon/506151 to your computer and use it in GitHub Desktop.
crlf solution
#saves your neck when you'r working from windows workstation
git config --global core.whitespace trailing-space,space-before-tab,cr-at-eol
git config --global core.autocrlf false
#in an environment where you have multiple platforms, it's better to that all stick to lf line-endings and windows machines
#should do
core.autocrlf input
#or
core.autocrlf true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment