# The Rust symbol corpus is a golden fixture: its bytes are the test data, and
# `test_fixture_is_well_formed` pins them to LF. Without this, `core.autocrlf`
# hands a fresh clone CRLF and the fixture fails on checkout alone.
tests/fixtures/rust_symbols_corpus.tsv text eol=lf
# The annotated-CFG golden corpus and the manifest goldens hashed from it are
# bytes too: `test_golden_manifests.py` pins sha256 ids over the fixture text,
# so a CRLF checkout changes every id. Same rule as the Rust corpus above.
tests/fixtures/cfg/** text eol=lf
