Add .gitattributes to avoid CRLF issue in the future.

This commit is contained in:
Trevor Gau 2016-12-07 09:28:19 -05:00
Родитель 48f7f6bd2b
Коммит a2cc92049a
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -0,0 +1,3 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=false
* text eol=lf