mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
9 lines
240 B
Text
9 lines
240 B
Text
# 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
|