https://github.com/angular/angular
Revision b31c8b6063009324ee79e814d08304eeb641ade7 authored by George Kalpakas on 27 August 2018, 13:45:26 UTC, committed by Kara Erickson on 26 September 2018, 22:26:19 UTC
1 parent 897261e
Raw File
Tip revision: b31c8b6063009324ee79e814d08304eeb641ade7 authored by George Kalpakas on 27 August 2018, 13:45:26 UTC
test(docs-infra): fix test for preview server's `BuildCleaner` completing prematurely (#25671)
Tip revision: b31c8b6
.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