chore(gitattributes): adding git attributes

This commit is contained in:
Matthew Podwysocki 2018-11-06 15:44:09 -05:00
Родитель dc78354654
Коммит 6938d4bbd1
1 изменённых файлов: 11 добавлений и 0 удалений

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

@ -0,0 +1,11 @@
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
# Force bash scripts to always use lf line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.sh text eol=lf