Create .gitattributes

This commit is contained in:
CorpNewt
2024-02-09 10:54:28 -06:00
committed by GitHub
parent 7ba8919434
commit 9c876bbbcc
+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