Spaces:
Running
Running
Commit
·
af48d88
1
Parent(s):
26b3f58
Normalize line endings via .gitattributes
Browse files- .gitattributes +4 -2
.gitattributes
CHANGED
@@ -1,2 +1,4 @@
|
|
1 |
-
* text=auto
|
2 |
-
|
|
|
|
|
|
1 |
+
* text=auto
|
2 |
+
*.md text eol=lf
|
3 |
+
*.py text eol=lf
|
4 |
+
Dockerfile text eol=lf
|