/
dev-npgsql
/
npgsql
Обзор
Документация
Войти
/
dev-npgsql
/
npgsql
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.0.9
.gitattributes
19 строк
422 B
Yoh Deadfall
Specified line endings for script files
17 июн 2020, 13:53
17 июн 2020, 13:53
b1f388a
Код
Авторство
О чём код?
* text=auto # 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. *.in text eol=lf *.sh text eol=lf # Likewise, force cmd and batch scripts to always use crlf *.cmd text eol=crlf *.bat text eol=crlf *.cs text=auto diff=csharp *.csproj text=auto *.sln text=auto *.resx text=auto *.xml text=auto *.txt text=auto packages/ binary