Spaces:
Running
Running
Commit ·
b3c5e07
1
Parent(s): 10c1118
chore: add .gitattributes to enforce LF line endings
Browse files- .gitattributes +15 -0
.gitattributes
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Force LF line endings for shell scripts
|
| 2 |
+
*.sh text eol=lf
|
| 3 |
+
*.py text eol=lf
|
| 4 |
+
*.js text eol=lf
|
| 5 |
+
*.jsx text eol=lf
|
| 6 |
+
*.ts text eol=lf
|
| 7 |
+
*.tsx text eol=lf
|
| 8 |
+
*.css text eol=lf
|
| 9 |
+
*.html text eol=lf
|
| 10 |
+
*.json text eol=lf
|
| 11 |
+
*.yml text eol=lf
|
| 12 |
+
*.yaml text eol=lf
|
| 13 |
+
*.md text eol=lf
|
| 14 |
+
*.txt text eol=lf
|
| 15 |
+
Dockerfile text eol=lf
|