.gitattributes 615 B

12345678910111213
  1. # The repo's canonical text form is LF, enforced at checkout too: no smudge
  2. # boundary between working tree and repo, so byte-level gates (verify-*
  3. # comparisons, blob hashing, coverage offsets) see one form on every host.
  4. # Windows command scripts require CRLF in the working tree for cmd.exe; the
  5. # override after the default keeps the in-repo form normalized as text.
  6. * text=auto eol=lf
  7. *.cmd text eol=crlf
  8. *.pdf binary
  9. # Pairing records are generated from the three confirmed owner-blob pairs.
  10. # The worktree-local installer registers the fail-closed driver command.
  11. *.i18n.yaml merge=dsh-translation-pairing