Mark .bat files as requiring CR/LF endings

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2017-11-28 18:02:51 +01:00
Родитель 4dd351b194
Коммит 473e4e71e0
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -5,6 +5,7 @@
*.pl eof=lf diff=perl
*.pm eol=lf diff=perl
*.py eol=lf diff=python
*.bat eol=crlf
/Documentation/**/*.txt eol=lf
/command-list.txt eol=lf
/GIT-VERSION-GEN eol=lf