https://github.com/angular/angular
Raw File
Tip revision: 04eec90a47810c1e2ded2475d8ca5721b62b7d18 authored by Andrew Kushnir on 26 January 2022, 19:58:31 UTC
release: cut the v14.0.0-next.0 release (#44840)
Tip revision: 04eec90
.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