https://github.com/angular/angular
Raw File
Tip revision: 912911220a1af78567aa06c5cb9eaefd6bb0a0bd authored by George Kalpakas on 22 December 2018, 20:45:49 UTC
test(bazel): fix `bazel-workspace` schematics test
Tip revision: 9129112
.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