style(common): enforce format on newly included files (#36940)

Historically files to be formatted were added to a listing (via matchers)
to be included in formatting.  Instead, this change begins efforts to
instead include all files in format enforcement, relying instead on an
opt out methodology.

PR Close #36940
This commit is contained in:
Joey Perrott
2020-05-15 11:05:09 -07:00
committed by Misko Hevery
parent d3b5e5696f
commit 1bc807c81a
1051 changed files with 35504 additions and 38517 deletions

View File

@ -9,11 +9,11 @@
// THIS CODE IS GENERATED - DO NOT MODIFY
// See angular/tools/gulp-tasks/cldr/extract.js
export type CurrenciesSymbols = [string] | [string | undefined, string];
export type CurrenciesSymbols = [string]|[string | undefined, string];
/** @internal */
export const CURRENCIES_EN:
{[code: string]: CurrenciesSymbols | [string | undefined, string | undefined, number]} = {
{[code: string]: CurrenciesSymbols|[string | undefined, string | undefined, number]} = {
'ADP': [undefined, undefined, 0],
'AFN': [undefined, undefined, 0],
'ALL': [undefined, undefined, 0],