angular-cli/.gitattributes
Alan Agius f8bafc22d0 style: add .gitattributes file (#13086)
On windows unless otherwise specified when cloning the repo the line ending will be CRLF which will cause some tests large specs to fail
2018-11-30 14:09:35 -08:00

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