add .gitattributes file to enforce Unix newlines within the repo

This commit is contained in:
Chris Rebert 2013-12-03 11:06:31 -08:00
Родитель 5a826a65b2
Коммит f2dab82d30
1 изменённых файлов: 8 добавлений и 0 удалений

8
.gitattributes поставляемый Normal file
Просмотреть файл

@ -0,0 +1,8 @@
# Enforce Unix newlines
*.css text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.less text eol=lf
*.md text eol=lf
*.yml text eol=lf