Skip to content

Instantly share code, notes, and snippets.

@martylouis
Created November 3, 2014 20:07
Show Gist options
  • Save martylouis/005b1719fd563a1de2fd to your computer and use it in GitHub Desktop.
Save martylouis/005b1719fd563a1de2fd to your computer and use it in GitHub Desktop.
Fix line endings - .gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment