Commit 612b207
fix: enforce LF line endings for shell scripts (#183)
* fix: enforce LF line endings for shell scripts via .gitattributes
Prevents CRLF issues when cloning on Windows, which breaks shebangs
and script execution in Docker containers.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: enforce LF line endings for Python scripts too
Python scripts with shebangs (e.g. sample-files/gen_demo.py) have the
same CRLF breakage risk as shell scripts on Windows clones.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0dc7854 commit 612b207
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments