Create .gitattributes

This commit is contained in:
CorpNewt 2024-02-09 10:54:40 -06:00 committed by GitHub
parent 7f9392a29f
commit e7a071dfbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
# Ensure all .bat scripts use CRLF line endings
# This can prevent a number of odd batch issues
*.bat text eol=crlf