# Force LF line endings for all text files to ensure consistent formatting
# across Windows, macOS, and Linux
* text=auto eol=lf

# Binary files that should not have line ending conversion
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary

# Auto-generated baseline files — use "ours" merge strategy to avoid
# conflicts on every branch. Regenerate after merge instead.
#
# Requires one-time setup per clone:
#   git config merge.ours.driver true
.harness/**/baselines.json merge=ours
.harness/security/timeline.json merge=ours
**/.harness/**/baselines.json merge=ours
coverage-baselines.json merge=ours
benchmark-baselines.json merge=ours
