Force LF line-endings except for binary file types.

This commit is contained in:
Christie Koehler 2016-10-17 09:58:33 -07:00 committed by Tim Abbott
parent 2595b32165
commit 906587f474
1 changed files with 10 additions and 0 deletions

10
.gitattributes vendored
View File

@ -1,3 +1,13 @@
* text=auto eol=lf
*.gif binary
*.jpg binary
*.eot binary
*.woff binary
*.svg binary
*.ttf binary
*.png binary
*.otf binary
*.tif binary
.gitignore export-ignore
.gitattributes export-ignore
/analytics export-ignore