Skip to content

Commit f38dd81

Browse files
authored
bug: force git to use unix style line endings to not break docker (#69)
Force Git on Windows to use posix style line endings to fix issues with Docker execution.
1 parent 5056467 commit f38dd81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitattributes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
* text=auto
1+
* text=auto eol=lf
2+
3+
*.{cmd,[cC][mM][dD]} text eol=crlf
4+
*.{bat,[bB][aA][tT]} text eol=crlf
5+
26
*.css linguist-vendored
37
*.scss linguist-vendored

0 commit comments

Comments
 (0)