Update .gitattributes
Browse files- .gitattributes +4 -0
.gitattributes
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
1 |
* text=auto
|
|
|
|
|
2 |
*.py text
|
3 |
*.txt text
|
|
|
|
1 |
+
# Auto-detect text files and perform LF normalization
|
2 |
* text=auto
|
3 |
+
|
4 |
+
# Declare Python and text files as text for proper line endings
|
5 |
*.py text
|
6 |
*.txt text
|
7 |
+
|