mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-22 10:04:12 -05:00
4 lines
116 B
Text
4 lines
116 B
Text
|
# Ensure all .bat scripts use CRLF line endings
|
||
|
# This can prevent a number of odd batch issues
|
||
|
*.bat text eol=crlf
|