Create .gitattributes

This commit is contained in:
EpochFlame 2022-01-27 22:30:48 -05:00
parent 72c4213546
commit 1037a5eafb

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare text files
*.py text
# Enforce platform-specific encodings
*.bat text eol=crlf
*.sh text eol=lf
*.sha1 text eol=lf