Skip to content

Commit 87855f2

Browse files
Merge pull request #5310 from samadhisakunika/fix/docker-build-windows-line-endings
Force LF line endings repo-wide via .gitattributes to fix Docker build
2 parents 8bbc2fe + 39cc006 commit 87855f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Force LF line endings for all text files regardless of local core.autocrlf.
2+
# Prevents CRLF corruption breaking Linux-container builds (Docker/Podman) on Windows checkouts.
3+
* text=auto eol=lf
4+

0 commit comments

Comments
 (0)