🔧 Add .gitattributes file to ensure LF endings for .sh files (#658)

This commit is contained in:
Esteban Maya
2024-03-10 14:46:34 -05:00
committed by GitHub
parent f3571b6b52
commit be82eb585c

2
.gitattributes vendored Normal file
View File

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