# Prevent git from converting \n to \r\n on Windows checkout.
# Without this, golden file comparisons fail because the CLI outputs \n
# but git-checked-out files contain \r\n.
**/testdata/**/*.txt text eol=lf
**/testdata/**/*.html text eol=lf
**/testdata/**/*.json text eol=lf
**/testdata/**/*.jsonl text eol=lf
**/testdata/**/*.yml text eol=lf
**/testdata/**/*.yaml text eol=lf
