https://github.com/angular/angular
Raw File
Tip revision: 9aa05211fffb1cb8b4840e7c99c6a115a78bd15c authored by Hans Larsen on 16 August 2017, 20:01:52 UTC
docs: add changelog for 5.0.0-beta.4
Tip revision: 9aa0521
.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