From daf9da564986105b34152d78634e5be466b82545 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 8 Dec 2020 16:40:55 +0100 Subject: [PATCH] Add a .gitattributes to rust diff looks better --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2f10f9288 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.rs diff=rust