mirror of
https://github.com/go-task/task.git
synced 2026-02-24 20:20:30 +01:00
Add .gitattributes rule to ensure testdata files use LF line endings on all platforms, preventing checksum mismatches on Windows.
6 lines
141 B
Plaintext
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
|