root = true [*] end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 # Insta snapshots may legitimately contain trailing whitespace [*.{snap,snap.new}] trim_trailing_whitespace = false # Auto-generated by cargo [Cargo.lock] trim_trailing_whitespace = false # Generated by `cargo about`; not hand-edited (CRLF line endings included) [third-party-licenses/licenses.html] trim_trailing_whitespace = false end_of_line = unset # Test fixtures consumed byte-exact via include_str! (see create-assets.sh # and crates/attestation/tests/app_compose.rs). Adding a final newline breaks # string equality and hex/key parsing. [crates/test-utils/assets/{app_compose.json,app_compose_with_services.json,mpc_image_digest.txt,*.pub}] insert_final_newline = false