-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (15 loc) · 920 Bytes
/
Copy path.gitattributes
File metadata and controls
18 lines (15 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# The repo's canonical text form is LF, enforced at checkout too: no smudge
# boundary between working tree and repo, so byte-level gates (verify-*
# comparisons, blob hashing, coverage offsets) see one form on every host.
# If a file class ever genuinely needs CRLF in the working tree (.bat/.cmd
# for cmd.exe), add a `*.bat text eol=crlf` override AFTER this line — the
# in-repo form stays LF; CRLF becomes checkout-time presentation only.
* text=auto eol=lf
*.pdf binary
# pnpm patch files mirror the patched file verbatim; their inner added lines
# legitimately begin with the diff marker plus a tab, which git's
# space-before-tab check would otherwise flag as a whitespace error.
*.patch whitespace=-space-before-tab
# Pairing records are generated from the three confirmed owner-blob pairs.
# The worktree-local installer registers the fail-closed driver command.
*.i18n.yaml merge=dsh-translation-pairing