https://github.com/angular/angular
Revision 9c2f219a408ddc84826f01d55da15439ac4fae33 authored by Paul Gschwendtner on 01 May 2022, 07:43:09 UTC, committed by Dylan Hunn on 02 May 2022, 16:28:40 UTC
Updates ng-dev to the latest clang-format version which fixes the AMD
x64 binaries.

PR Close #45834
1 parent 6662a97
Raw File
Tip revision: 9c2f219a408ddc84826f01d55da15439ac4fae33 authored by Paul Gschwendtner on 01 May 2022, 07:43:09 UTC
build: update ng-dev with updated clang-format version to fix formatting (#45834)
Tip revision: 9c2f219
.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