Skip to content

Commit 5f58193

Browse files
committed
fix: check out Bash scripts with LF
Always check out Bashs scripts with Unix-style line endings so they work if you run them inside Docker on Windows.
1 parent d38740c commit 5f58193

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* text=auto
2+
3+
# Always use Unix-style line endings for Bash scripts so they work in
4+
# Docker on Windows.
5+
.bashrc text eol=lf
6+
*.sh text eol=lf

0 commit comments

Comments
 (0)