Merged PR 775: Adds explicit line ending handling of shell scripts in the gitattributes

For better cross platform support.

Per comments in !760
This commit is contained in:
Brian Kroth 2022-12-24 00:31:27 +00:00
Родитель 647594a3d0
Коммит 881098416e
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -0,0 +1,3 @@
# Be explicit about certain file types.
*.sh text eol=lf
*.bat text eol=crlf