Adding line ending settings to .gitattributes (#4026)

* Adding line ending settings to .gitattributes

This should make it so that cmd and bat files are always crlf and sh and
config.guess are always lf.

* Kicking this file...

* Undoing the last change
This commit is contained in:
Chris B 2021-10-20 20:58:43 -05:00 коммит произвёл GitHub
Родитель 0a0ed9f50b
Коммит 026c192ca0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -1 +1,5 @@
* text=auto
* text=auto
*.cmd text eol=crlf
*.bat text eol=crlf
*.sh text eol=lf
*.guess text eol=lf