forked from CredenceOrg/Credence-Contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (21 loc) · 720 Bytes
/
Copy path.gitattributes
File metadata and controls
27 lines (21 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Set default behavior, in case users don't have core.autocrlf set.
* text=auto
#
# The above will handle all files NOT found below
#
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.rs text
*.md text
*.toml text
*.lock text
# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
# Scripts that run on Linux CI must use LF line endings
scripts/panic_baseline.txt text eol=lf
# Integration tests that run on Linux CI must use LF line endings
tests/signature_domains_unique.rs text eol=lf
tests/threats_link.rs text eol=lf