Skip to content

Commit 78b3c94

Browse files
committed
Fix requirements.txt encoding and add .gitattributes to enforce UTF-8
1 parent 7dc558e commit 78b3c94

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Force UTF-8 encoding and LF line endings
2+
* text=auto
3+
*.py text eol=lf encoding=UTF-8
4+
*.txt text eol=lf encoding=UTF-8
5+
*.md text eol=lf encoding=UTF-8
6+
*.json text eol=lf encoding=UTF-8
7+
requirements.txt text eol=lf encoding=UTF-8

requirements.txt

-1.66 KB
Binary file not shown.

0 commit comments

Comments
 (0)