Merge pull request #321 from twbs/line-endings

Enforce Unix line endings.
This commit is contained in:
XhmikosR 2014-02-27 08:15:10 +02:00
Родитель 9d700083e3 9ab945a054
Коммит b6ed29e475
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
*.md text eol=lf
*.scss text eol=lf
*.yml text eol=lf