Add .html and .md to .gitattributes.

Former-commit-id: 338788296b7b00ae00657bc4d2e522d5989d075c
This commit is contained in:
John-David Dalton
2013-07-01 08:35:24 -07:00
parent 68cb7ea471
commit 034b19d85d

2
.gitattributes vendored
View File

@@ -1,5 +1,7 @@
* text=auto
*.html text eol=lf
*.js text eol=lf
*.jst text eol=lf
*.md text eol=lf
*.sh text eol=lf
*.tpl text eol=lf