feat: Add .gitattributes to enforce LF line endings for shell scripts

This commit is contained in:
HueByte
2026-02-19 10:08:39 +01:00
parent aea29d3977
commit 32e01e8d71
2 changed files with 26 additions and 24 deletions
+2
View File
@@ -0,0 +1,2 @@
# Force LF line endings for shell scripts (required for Linux CI runners)
*.sh text eol=lf