/
vshmidt
/
masstransit
Обзор
Документация
Войти
/
vshmidt
/
masstransit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.gitattributes
39 строк
762 B
Ramon Smits
Removed ` diff=astextplain` as that causes issues in some environments and seems to be a relic from the past
20 сен 2024, 15:20
20 сен 2024, 15:20
f682030
Код
Авторство
О чём код?
# Set default behavior to automatically normalize line endings. * text=auto *.jpg binary *.png binary *.gif binary # 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 *.resx text=auto *.hxx text=auto *.html text=auto *.htm text=auto *.css text=auto *.scss text=auto *.sass text=auto *.less text=auto *.js text=auto *.lisp text=auto *.clj text=auto *.sql text=auto *.m text=auto *.erl text=auto *.fs text=auto *.fsx text=auto *.hs text=auto *.csproj text=auto *.sln text=auto eol=crlf # CLR specific