# Use LF-style line endings for all text files.
* text=auto eol=lf
# Older git versions try to fix line endings on images, this prevents it.
*.png binary
*.ico binary
*.wasm binary
# ISLE should use lisp syntax highlighting.
*.isle linguist-language=lisp
# Generated files don't need diffs rendered by default
crates/component-macro/tests/expanded/** linguist-generated=true