# Shell scripts and CI workflows must stay LF — they run on the Linux `host` runner, where a
# CRLF-terminated script would fail to execute.
*.sh    text eol=lf
*.yml   text eol=lf
*.yaml  text eol=lf

# The vendored Boyer suite is kept byte-for-byte as re-copied from upstream (see eapsuite/VENDOR.md);
# don't let autocrlf rewrite line endings on checkout.
eapsuite/** -text
