Files
rtk-ai__rtk/.gitattributes
T
alvins82 a083e05000 fix(ci): keep hook payload line endings stable
Prevent Windows checkout conversion from corrupting embedded hook fixtures and make the CRLF regression independent of the source checkout line endings.
2026-09-05 11:34:31 +12:00

8 lines
421 B
Plaintext

# Fixtures are byte-exact filter inputs; eol conversion must never touch them.
# Without this, Windows runners (core.autocrlf=true) check fixtures out with
# CRLF, and tests that synthesize CRLF input from them produce \r\r\n.
tests/fixtures/** -text
# Hook payloads are installed byte-for-byte; keep their line endings stable
# across platforms for embedded fixtures, hashes, and generated installs.
hooks/**/*.ts -text