swc/.gitattributes
강동윤 c0cc2185ea
Fix ci (#561)
- line endings are normalized
 - switched to github actions from travis to check forked branches
2020-01-04 13:33:25 +09:00

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