mirror of
https://github.com/angular/angular-cli.git
synced 2025-04-19 16:18:03 +08:00
On windows unless otherwise specified when cloning the repo the line ending will be CRLF which will cause some tests large specs to fail
13 lines
228 B
Plaintext
13 lines
228 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
|
|
*.json eol=lf
|
|
*.css eol=lf
|
|
*.scss eol=lf
|
|
*.less eol=lf
|
|
*.html eol=lf
|
|
*.svg eol=lf
|