Merge pull request #24 from WillScott73/ensure_lf

Fix for Issue #15 - Ensure LF in .sh files are not converted to CRLF …
This commit is contained in:
RandomNinjaAtk 2023-07-17 07:35:32 -04:00 committed by GitHub
commit c1249fb73d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
* text=auto
*.sh text eol=lf