Create .gitattributes

This commit is contained in:
CorpNewt
2024-02-09 10:54:40 -06:00
committed by GitHub
parent 7f9392a29f
commit e7a071dfbe
+3
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