Skip to content

Commit 3f68ee9

Browse files
authored
force LF line endings
Depending on how git is configured on Windows, git may attempt to normalize text file line endings to CRLF (/r/n), which results in broken Docker containers being built
1 parent 5e472ec commit 3f68ee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and normalize end of lines to LF (/n)
2+
* text=auto eol=lf

0 commit comments

Comments
 (0)