mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
c0cc2185ea
- line endings are normalized - switched to github actions from travis to check forked branches
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
|
|
*.ts text merge=union eol=lf
|
|
*.rs text merge=union eol=lf
|
|
*.js text merge=union eol=lf
|
|
*.json text merge=union eol=lf
|