Fix shell script line endings for Windows

This commit is contained in:
Stanislaw 2026-01-20 04:43:49 +01:00
parent 64954e8036
commit a6b8538f75

5
.gitattributes vendored Normal file
View file

@ -0,0 +1,5 @@
# Store as LF in the repo, convert to native line ending on checkout.
* text=auto
# Force shell scripts to ALWAYS be LF, even on Windows.
*.sh text eol=lf