xref: /wasmtime-44.0.1/.gitattributes (revision 7682a40d)
1# Use LF-style line endings for all text files.
2* text=auto eol=lf
3
4# Older git versions try to fix line endings on images, this prevents it.
5*.png binary
6*.ico binary
7*.wasm binary
8
9# ISLE should use lisp syntax highlighting.
10*.isle linguist-language=lisp
11