mirror of
https://github.com/mupen64plus-ae/acralyzer.git
synced 2025-02-17 03:57:34 +00:00
23 lines
290 B
Plaintext
23 lines
290 B
Plaintext
# keep EOL normalized
|
|
* text=auto
|
|
|
|
# use native line ending
|
|
*.css text
|
|
*.html text
|
|
*.js text
|
|
*.json text
|
|
*.xml text
|
|
|
|
# use linux line ending
|
|
*.sh text eol=lf
|
|
|
|
# don't modify binary files
|
|
*.gif binary
|
|
*.gz binary
|
|
*.jar binary
|
|
*.jpg binary
|
|
*.pdf binary
|
|
*.png binary
|
|
*.psd binary
|
|
*.zip binary
|