From 79ce35901a983efaaafb13eb4b7e1b47fdd6089f Mon Sep 17 00:00:00 2001 From: Thomas Schaller Date: Fri, 8 Oct 2021 21:13:11 +0200 Subject: [PATCH] Create Rust.gitattributes --- Rust.gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Rust.gitattributes diff --git a/Rust.gitattributes b/Rust.gitattributes new file mode 100644 index 0000000..24db350 --- /dev/null +++ b/Rust.gitattributes @@ -0,0 +1,6 @@ +# Auto detect text files and perform normalization +* text=auto + +*.rs text diff=rust +*.toml text diff=toml +Cargo.lock text