Update .gitattributes

This commit is contained in:
EpochFlame 2022-01-27 22:30:53 -05:00
parent 36f9a84633
commit e63868828f

7
.gitattributes vendored
View File

@ -2,8 +2,9 @@
* text=auto
# Explicitly declare text files
*.py text
*.py text
# Enforce platform-specific encodings
*.bat text eol=crlf
*.sh text eol=lf
*.bat text eol=crlf
*.sh text eol=lf
*.sha1 text eol=lf