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

1
.gitattributes vendored Normal file
View File

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