.gitattributes 670 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. # If a file class ever genuinely needs CRLF in the working tree (.bat/.cmd
  5. # for cmd.exe), add a `*.bat text eol=crlf` override AFTER this line — the
  6. # in-repo form stays LF; CRLF becomes checkout-time presentation only.
  7. * text=auto eol=lf
  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