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