Skip to content

Commit ee65bea

Browse files
authored
Add .gitattributes to specify LF as .sh line terminator (#7648)
1 parent d28259d commit ee65bea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Check out Linux shell scripts with LF (necessary when using Docker setup on Windows)
2+
*.sh text eol=lf

0 commit comments

Comments
 (0)