2018-04-24 17:52:30 -04:00
|
|
|
# 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
|
2018-10-03 15:31:34 -04:00
|
|
|
*.png binary
|
2018-04-24 17:52:30 -04:00
|
|
|
|
|
|
|
# Prefer LF for most file types
|
|
|
|
*.html text eol=lf
|
|
|
|
*.md text eol=lf
|
2018-10-03 15:31:34 -04:00
|
|
|
*.sh text eol=lf
|
|
|
|
*.svg text eol=lf
|
2018-04-24 17:52:30 -04:00
|
|
|
|
|
|
|
# Prefer LF for these files
|
2018-10-03 15:31:34 -04:00
|
|
|
.editorconfig text eol=lf
|
2018-04-24 17:52:30 -04:00
|
|
|
.gitattributes text eol=lf
|
|
|
|
.gitignore text eol=lf
|
2018-10-02 18:49:14 -04:00
|
|
|
.markdownlintrc text eol=lf
|
2018-10-03 15:31:34 -04:00
|
|
|
LICENSE text eol=lf
|
|
|
|
TRADEMARK text eol=lf
|
2018-04-24 17:52:30 -04:00
|
|
|
|
|
|
|
# Use CRLF for Windows-specific file types
|