From 9a52d64d48b8c6b88036c8e8c27cb5268ba993f6 Mon Sep 17 00:00:00 2001 From: Patrick Crumley Date: Fri, 27 Jan 2023 14:15:44 -0800 Subject: [PATCH] make it so all .rs files are treated as text files for git diffs --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..ddec4dd61a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.rs diff