We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea1101 commit 3acf8ffCopy full SHA for 3acf8ff
.gitattributes
@@ -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
+# Normalize all text files to LF
+* text=auto eol=lf
0 commit comments