mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
14 lines
345 B
Plaintext
14 lines
345 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
|
|
*.ts text eol=lf merge=union
|
|
*.tsx text eol=lf merge=union
|
|
*.rs text eol=lf merge=union
|
|
*.js text eol=lf merge=union
|
|
*.json text eol=lf merge=union
|
|
*.debug text eol=lf merge=union
|
|
|
|
index.js linguist-detectable=false
|
|
index.d.ts inguist-detectable=false
|