1 2 3 4 5 6 7
# Source: https://github.com/alexkaratarakis/gitattributes/blob/master/Rust.gitattributes # Auto detect text files and perform normalization * text=auto *.rs text diff=rust *.toml text diff=toml Cargo.lock text