Skip to content

Instantly share code, notes, and snippets.

@Subangkar
Created May 16, 2020 13:09
Show Gist options
  • Save Subangkar/564dab5d0b2b1889e9d3b528b719614e to your computer and use it in GitHub Desktop.
Save Subangkar/564dab5d0b2b1889e9d3b528b719614e to your computer and use it in GitHub Desktop.
Common git attributes like ignore auto crlf etc.
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
# Never modify line endings of our bash scripts
*.sh -crlf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment