mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 18:28:13 +03:00
59bd00d841
Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
11 lines
273 B
Plaintext
11 lines
273 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
|