Create .gitattributes to force git clone to keep the LF line endings on .sh files (#838)

This commit is contained in:
Andrew 2023-07-30 14:27:43 +01:00 committed by GitHub
parent 8e8d474ae8
commit 9843adb4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

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