scratch-storage/.gitattributes
Christopher Willis-Ford e6ba286530 First-pass implementation of the load API
This implementation is untested and not complete, but should be
sufficient for discussion.
2016-11-08 16:08:55 -08:00

28 lines
669 B
Text

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly specify line endings for as many files as possible.
# People who (for example) rsync between Windows and Linux need this.
# File types which we know are binary
*.png binary
*.wav binary
# Prefer LF for most file types
*.js text eol=lf
*.js.map text eol=lf
*.json text eol=lf
*.md text eol=lf
*.svg text eol=lf
*.yml text eol=lf
# Prefer LF for these files
.editorconfig text eol=lf
.eslintignore text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
.npmignore text eol=lf
LICENSE text eol=lf
TRADEMARK text eol=lf
# Use CRLF for Windows-specific file types