mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
984b9d167b
Cleans up the `.gitattributes` file and removes an outdated setting for a now non-existent Windows CRLF file. PR Close #46513
7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
# 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
|