Set `diff=rust` for `*.rs` in `.gitattributes`

This slightly improves the diffs shown by git commands.
This commit is contained in:
Martin Habovstiak 2024-07-27 08:49:58 +02:00
parent 1276a99061
commit 353af24ffe
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.rs diff=rust