Skip to content

Commit 3acf8ff

Browse files
committed
Normalize all text files to LF via .gitattributes
1 parent fea1101 commit 3acf8ff

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitattributes

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
# Force LF for files that must run in Linux containers
2-
*.sh text eol=lf
3-
Dockerfile text eol=lf
4-
entrypoint.sh text eol=lf
1+
# Normalize all text files to LF
2+
* text=auto eol=lf

0 commit comments

Comments
 (0)