1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-hibernate

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.gitattributes 727
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Christian Beikov Отправлено 13.11.2024 18:43 9c96e84
# By default, detect text files automatically, and use whatever line terminators make sense for the OS
* text=auto eol=lf
# Java files are text, and we want Java-friendly readable hunk headers for diff
*.java text diff=java eol=lf
# Force LF/CRLF format for files that are known to require it.
*.sh text eol=lf
*.bat text eol=crlf
# For some reason the above is not enough, in particular for gradlew.bat,
# as some commands (git status, git add --renormalize) will still change its line endings to LF.
# So, we explicitly tell git not to mess with *.bat line endings.
# It's annoying as git won't show diffs for these files anymore,
# but that's the best I could come up with after an hour of head-scratching.
*.bat binary

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-hibernate.git
git@api.gitlife.ru:oschina-mirror/mirrors-hibernate.git
oschina-mirror
mirrors-hibernate
mirrors-hibernate
main