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
tsconfig-tslint.json
{
  "compilerOptions": {
    "allowJs": true
  },
  "include": [
    "packages/**/*",
    "modules/**/*",
    "tools/**/*",
    "scripts/**/*",
    "devtools/**/*",
  ]
}
back to top