Spaces:
Running
Running
Commit ·
2ffb9df
1
Parent(s): 1092238
Fix: Force LF line endings for shell scripts
Browse files- .gitattributes +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
* text=auto
|
| 2 |
+
*.sh text eol=lf
|
| 3 |
+
Dockerfile* text eol=lf
|