Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions crates/pampa/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Pampa test fixtures and snapshot baselines must stay LF on every platform
# so the snapshot/roundtrip/corpus tests are deterministic regardless of
# core.autocrlf. The engine's line-ending *preserve* policy is exercised by
# in-source CRLF tests (see claude-notes/designs/line-ending-preserve.md),
# never by these on-disk fixtures.
tests/** text eol=lf
snapshots/** text eol=lf
test-fixtures/** text eol=lf
Loading