Files
sure/.gitattributes
Jestin Palamuttam b8e7fe18ca Enforce LF line endings for .devcontainer/.bashrc (#2480)
On Windows, .devcontainer/.bashrc was checked out with CRLF line
endings (no .gitattributes rule covered it), causing the dev
container's bash to fail loading it with `$'\r': command not found`
errors and breaking the prompt's git-branch helper.

Add a `.devcontainer/.bashrc text eol=lf` rule so the file stays LF
on all platforms, following the existing convention for bin/*, *.sh
and *.rb.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 08:42:32 +02:00

677 B