Files
task/.gitattributes
Valentin Maerten 0f6340858b fix(tests): force LF line endings in testdata for Windows
Add .gitattributes rule to ensure testdata files use LF line endings
on all platforms, preventing checksum mismatches on Windows.
2026-01-31 18:54:03 +01:00

6 lines
141 B
Plaintext

* text=auto
*.mdx -linguist-detectable
# Keep LF line endings in testdata for consistent checksums across platforms
testdata/** text eol=lf