mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-07-23 02:09:29 +00:00
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
# Force LF for files that are read programmatically (Nix, shell scripts).
|
|
# CRLF in RAPIDSNARK_VERSION causes a silent nix-hashes.json lookup failure.
|
|
RAPIDSNARK_VERSION text eol=lf
|
|
*.sh text eol=lf
|
|
*.nix text eol=lf
|