You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
257 B
10 lines
257 B
# 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
|
|
|