Update .gitattributes
Browse files- .gitattributes +1 -1
.gitattributes
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
text=auto
|
2 |
*.py text
|
3 |
*.txt text
|
|
|
1 |
+
* text=auto
|
2 |
*.py text
|
3 |
*.txt text
|