Skip to content

Commit 7f80df4

Browse files
committed
add gitattributes file to improve Windows devex
1 parent cbf23b8 commit 7f80df4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
# Set line endings to LF, even on Windows. Otherwise, execution within Docker fails.
7+
# See https://help.github.com/articles/dealing-with-line-endings/
8+
*.sh text eol=lf
9+
*.bash text eol=lf

0 commit comments

Comments
 (0)