-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
17 lines (15 loc) · 880 Bytes
/
Copy path.gitattributes
File metadata and controls
17 lines (15 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by scripts/gen-attribution.mjs (always LF) so `attribution:check`
# diffs cleanly regardless of the checkout's core.autocrlf. The scripts emit LF,
# so they must be checked out LF too or a fresh Windows clone would taint output.
# -whitespace: these reproduce crate/npm license bodies verbatim, so trailing
# whitespace inside them is source text, not ours to strip (stripping would
# also break the release regeneration diff). Exempt from `git diff --check`.
THIRD-PARTY-LICENSES.md text eol=lf -whitespace
THIRD-PARTY-LICENSES-RUST.md text eol=lf -whitespace
scripts/*.mjs text eol=lf
scripts/**/*.mjs text eol=lf
# Rust manifests: pin LF so a Windows checkout stops flagging Cargo.toml as
# perpetually modified (autocrlf phantom, empty content diff).
src-tauri/Cargo.toml text eol=lf
# Raw printer-capture fixtures: byte-exact, never eol-converted.
*.prn binary