Skip to content

Instantly share code, notes, and snippets.

@akajumi
Created October 27, 2017 19:33
Show Gist options
  • Select an option

  • Save akajumi/29e25441af1ddad131b7727873cdb959 to your computer and use it in GitHub Desktop.

Select an option

Save akajumi/29e25441af1ddad131b7727873cdb959 to your computer and use it in GitHub Desktop.
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf
# Definitively text files
*.txt text
*.js text
*.jsx text
*.json text
*.svg text
*.md text
# Ensure those won't be messed up with
*.jpg binary
*.png binary
*.ttf binary
*.docx binary
# Font formats
*.otf binary
*.eot binary
*.woff binary
*.woff2 binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment