Skip to content

Commit 85fda73

Browse files
committed
Mark .bat files as requiring CR/LF endings
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 55ffe1c commit 85fda73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*.pl eof=lf diff=perl
66
*.pm eol=lf diff=perl
77
*.py eol=lf diff=python
8+
*.bat eol=crlf
89
/Documentation/git-*.txt eol=lf
910
/command-list.txt eol=lf
1011
/GIT-VERSION-GEN eol=lf

0 commit comments

Comments
 (0)