Add .gitattributes file to normalize line endings.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>
This commit is contained in:
Tomi Valkeinen 2014-05-11 22:16:49 +03:00
Родитель 5b440d7bb5
Коммит e22accaedd
1 изменённых файлов: 10 добавлений и 0 удалений

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

@ -0,0 +1,10 @@
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.cpp text
*.cs text diff=csharp
*.lua text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf