Skip to content

Commit 8b9d61c

Browse files
committed
Add .gitattributes in case people don't have core.autocrlf set
1 parent 085f50d commit 8b9d61c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
*.bat eol=crlf
4+
*.cmd eol=crlf
5+
*.sh eol=lf

0 commit comments

Comments
 (0)