https://github.com/angular/angular
Raw File
Tip revision: 1e1af7ffcbac2b547706296af93b51d417d853f7 authored by Alex Rickabaugh on 02 August 2017, 20:23:27 UTC
docs: changelog for 5.0.0-beta.2 release
Tip revision: 1e1af7f
.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