Skip to content

Commit 4a9269c

Browse files
committed
Mark .bat files as requiring CR/LF endings
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 353dc9f commit 4a9269c

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
@@ -3,6 +3,7 @@
33
*.sh whitespace=indent,trail,space eol=lf
44
*.perl eol=lf
55
*.pm eol=lf
6+
*.bat eol=crlf
67
/Documentation/git-*.txt eol=lf
78
/command-list.txt eol=lf
89
/GIT-VERSION-GEN eol=lf

0 commit comments

Comments
 (0)