This commit is contained in:
Michal Moskal 2015-12-03 14:54:59 -08:00
Родитель 99f707b6d0
Коммит c4c430b219
1 изменённых файлов: 23 добавлений и 0 удалений

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

@ -0,0 +1,23 @@
# enforce unix style line endings
*.ts text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.js text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.svg text eol=lf
*.yaml text eol=lf
*.css text eol=lf
*.html text eol=lf
*.py text eol=lf
*.inc text eol=lf
*.cpp text eol=lf
*.h text eol=lf
# do not enforce text for everything - it causes issues with random binary files
*.sln text eol=crlf
*.png binary
*.jpg binary
*.jpeg binary