https://github.com/angular/angular
Raw File
Tip revision: 06e479ff66c4fd91208311334f57c7d21b36d554 authored by Victor Berchet on 10 August 2017, 16:39:40 UTC
docs: add changelog for 4.3.4
Tip revision: 06e479f
.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