https://github.com/angular/angular
Raw File
Tip revision: da79ad3cecee73f98d7a33ea350841cdd96d464b authored by Igor Minar on 24 February 2017, 22:45:50 UTC
build: cut 4.0.0-rc.1
Tip revision: da79ad3
.gitattributes
# 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

# Must keep Windows line ending to be parsed correctly
scripts/windows/packages.txt eol=crlf
back to top