*.rs    diff=rust
# These files are automatically checked by the build.rs
# With linguist-generated we can mark them as generated so they don't show up in the Github diff.
# https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github
tests/driver/rust/tests/*.rs linguist-generated
# These test files must keep their CRLF line terminators; the syntax test driver checks them.
internal/compiler/tests/syntax/**/crlf-* -text
# The anyrender command-stream goldens are compared byte-for-byte; keep LF
# on every platform so Windows checkouts do not introduce CRLF.
tests/screenshots/references/anyrender/**/*.json text eol=lf
