# Shell scripts must have LF endings to work in Git Bash and Cygwin.
*.sh text eol=lf
# The extensionless test drivers are shell scripts too; PerfSmokeWin was
# developed and tested LF-on-disk under Git Bash.
testcases/tools/PerfSmokeWin text eol=lf

# TOC files are read by shell scripts and must also have LF endings.
win32/TOC.* text eol=lf
unix/TOC.* text eol=lf

# The conformance baseline is byte-compared against LF output the harness
# generates, so a CRLF checkout (core.autocrlf=true on Windows) made every
# line differ and the run failed with a delta that was visually identical
# (#1641).
tests/comsys_conformance/known-divergences.diff text eol=lf
