https://github.com/angular/angular
Raw File
Tip revision: d138b38bdb5d20338d9cb000c46a58a6e3977271 authored by Misko Hevery on 03 January 2018, 23:54:46 UTC
docs: add changelog for 5.1.3
Tip revision: d138b38
.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