* text=auto eol=lf

*.sh   text eol=lf
*.ps1  text eol=crlf
*.bat  text eol=crlf
*.cmd  text eol=crlf

*.png  binary
*.jpg  binary
*.gif  binary
*.svg  text eol=lf

# Fixtures must round-trip exactly — never let git rewrite line endings.
tests/unslop/fixtures/*.md          -text
tests/unslop/fixtures/*.original.md -text
benchmarks/fixtures/*.md                        -text
