mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-09-19 01:09:55 +08:00
11 lines
441 B
Plaintext
11 lines
441 B
Plaintext
# Bundled skill scripts run under POSIX bash/python; force LF so a CRLF
|
|
# checkout (e.g. core.autocrlf=true on Windows) can't break them under WSL
|
|
# or Linux bash. See #1251.
|
|
*.sh text eol=lf
|
|
*.py text eol=lf
|
|
|
|
# Bundled scripts with no extension (shebang bash/python) need the same pin.
|
|
skills/ce-babysit-pr/scripts/pr-snapshot text eol=lf
|
|
skills/ce-resolve-pr-feedback/scripts/* text eol=lf
|
|
skills/ce-setup/scripts/check-health text eol=lf
|