fix: add .gitattributes to force bash scripts to have LF line endings (#35)

This commit is contained in:
Tim Long 2024-07-26 15:09:52 +01:00 committed by GitHub
parent aaaa3c7ad9
commit 1ef1f1be2a
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 @@
# Force bash scripts to always have LF line endings
*.sh eol=LF