Ensure rs files have LF endings (#475)

This commit is contained in:
mrohera 2018-10-22 14:10:20 -07:00 коммит произвёл GitHub
Родитель fa3af348d9
Коммит e7c4122247
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1,8 +1,9 @@
# Auto detect text files and perform LF normalization
* text=auto
*text=auto
# Declare files that will always have LF line endings on checkout
*.sh text eol=lf
*.rs text eol=lf
# Binary files to ignore and not modify
*.pfx binary