https://github.com/angular/angular
Raw File
Tip revision: 6e45f2bee94f218984a59e05670aa001671b0cb9 authored by Misko Hevery on 09 November 2020, 21:09:49 UTC
release: cut the v11.0.0-rc.3 release
Tip revision: 6e45f2b
.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

# API guardian patch must always use LF for tests to work
*.patch eol=lf

# Must keep Windows line ending to be parsed correctly
scripts/windows/packages.txt eol=crlf
back to top