# Force LF line endings for dataset test text files to ensure consistent binary representation
# across Windows and Linux platforms.
#
# These files are uploaded as binary request payloads in dataset tests.
# Without consistent line endings, payload bytes differ between platforms,
# causing test-proxy playback body mismatches.

*.txt text eol=lf
