# Enforce LF for files that participate in cryptographic hashing or
# byte-exact wire-format comparisons. CRLF on Windows checkouts would
# otherwise change ENVELOPE_SCHEMA_HASH (BLAKE3 of the CDDL bytes) and
# break Appendix Z conformance vectors. See tests/test_appendix_z_conformance.py.
*.cddl text eol=lf
*.cbor binary
*.json text eol=lf
*.py text eol=lf
*.toml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.md text eol=lf
