Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
# but their bodies are Rust, and syntax highlighting them as Rust
# makes them much easier to read and review diffs for.
c2rust-transpile/tests/snapshots/*transpile*.c.snap linguist-language=Rust
c2rust-transpile/tests/snapshots/*transpile*.c.snap diff=Rust
c2rust-transpile/tests/snapshots/*transpile*.c.snap diff=rust
c2rust-transpile/tests/snapshots/*transpile*.c.snap linguist-detectable
# Convinces git to show method names rather than the impl line in diff context
*.rs diff=rust
Loading