Skip to content

Commit 0b2e68c

Browse files
tristantarrantwburns
authored andcommittedApr 22, 2020
ISPN-11686 Ensure that Windows batch files use CR LF line endings
* Also fix .gitattributes to enforce this on checkout
1 parent 22b04d9 commit 0b2e68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*.txt text
22
*.java text diff=java
33
*.sh text
4-
*.bat text
4+
*.bat text eol=crlf
55
*.xml text
66
*.py text diff=python
77
*.rb text diff=ruby

0 commit comments

Comments
 (0)
Please sign in to comment.