mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Cleans up the `.gitattributes` file and removes an outdated setting for a now non-existent Windows CRLF file. PR Close #46513
6 lines
146 B
Text
6 lines
146 B
Text
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# JS and TS files must always use LF for tools to work
|
|
*.js eol=lf
|
|
*.ts eol=lf
|