Update .gitattributes to enforce LF line endings for shell scripts

This commit is contained in:
Erwan Hervé
2025-10-09 13:29:05 +02:00
parent 2beb1ac1d9
commit 20d6a898f1

4
.gitattributes vendored
View File

@@ -1,2 +1,6 @@
# Auto detect text files and perform LF normalization
* text=auto
# Force LF line endings for shell scripts (required for Docker/Linux)
*.sh text eol=lf
Docker/*.sh text eol=lf