Restore .gitattributes
Browse files- .gitattributes +7 -0
.gitattributes
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"* text=auto"
|
| 2 |
+
"*.js text eol=lf"
|
| 3 |
+
"*.css text eol=lf"
|
| 4 |
+
"*.py text eol=lf"
|
| 5 |
+
"*.sh text eol=lf"
|
| 6 |
+
"*.md text eol=lf"
|
| 7 |
+
"*.html text eol=lf"
|