dense-Evolution / .gitattributes
Tatopenn's picture
Sync mirror with GitHub main (v8.1.62): subpackage refactor, mitigation promotions, MCP server refactor
2a87ede verified
Raw
History Blame Contribute Delete
473 Bytes
# The .sh scripts' shebang (#!/usr/bin/env bash) must survive a Windows
# checkout byte-for-byte -- a CRLF-converted shebang line fails on
# macOS/Linux with "bad interpreter: .../bash^M: no such file or directory",
# silently breaking the installer for exactly the platform it targets.
installer/install-composer.sh text eol=lf
installer/uninstall-composer.sh text eol=lf
installer/install-composer.bat text eol=crlf
installer/uninstall-composer.bat text eol=crlf