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
parent 3972a00c45
commit daa589d427

1
.gitattributes vendored
View File

@@ -3,6 +3,7 @@
*.sh whitespace=indent,trail,space eol=lf
*.perl eol=lf
*.pm eol=lf
*.bat eol=crlf
/Documentation/git-*.txt eol=lf
/command-list.txt eol=lf
/GIT-VERSION-GEN eol=lf