Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# RimWorld save files are XML text but we treat them as binary blobs so the
# canonical save_sha256 pinned in each scenario YAML matches across platforms.
# Without this, Git's autocrlf=true on Windows converts CRLF<->LF on
# checkout/commit and the on-disk byte sequence (and thus its SHA-256)
# differs between OSes, breaking the scenario loader's save validation in CI.
*.rws binary
Loading
Loading