# Enforce LF line endings for Rust files
*.rs text eol=lf
Cargo.toml text eol=lf
Cargo.lock text eol=lf
# Declare files that will always have CRLF line endings on checkout
*.bat text eol=crlf
*.cmd text eol=crlf
# Denote all files that are truly binary and should not be modified
*.png binary
*.jpg binary
store-assets/** linguist-vendored
tools/qa/** linguist-vendored