Skip to content

Commit 220106c

Browse files
intincrabclaude
andcommitted
build: pin shell scripts to LF via .gitattributes
Ensures install.sh keeps LF line endings so its shebang doesn't break when served to linux/macOS users, regardless of a contributor's autocrlf setting. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bfa6364 commit 220106c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# shell scripts must stay LF or their shebang breaks on linux/macOS
2+
*.sh text eol=lf

0 commit comments

Comments
 (0)