From 353af24ffe50bafa7cb240d4423c2d6d2c64d5e8 Mon Sep 17 00:00:00 2001 From: Martin Habovstiak Date: Sat, 27 Jul 2024 08:49:58 +0200 Subject: [PATCH] Set `diff=rust` for `*.rs` in `.gitattributes` This slightly improves the diffs shown by git commands. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6836cd836 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.rs diff=rust