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:

committed by
Misko Hevery

parent
d3b5e5696f
commit
1bc807c81a
@ -29,8 +29,8 @@ export default [
|
||||
['J', 'F', 'M', 'Ĩ', 'M', 'N', 'N', 'A', 'S', 'O', 'N', 'D'],
|
||||
['JAN', 'FEB', 'MAC', 'ĨPU', 'MĨĨ', 'NJU', 'NJR', 'AGA', 'SPT', 'OKT', 'NOV', 'DEC'],
|
||||
[
|
||||
'Januarĩ', 'Feburuarĩ', 'Machi', 'Ĩpurũ', 'Mĩĩ', 'Njuni', 'Njuraĩ', 'Agasti',
|
||||
'Septemba', 'Oktũba', 'Novemba', 'Dicemba'
|
||||
'Januarĩ', 'Feburuarĩ', 'Machi', 'Ĩpurũ', 'Mĩĩ', 'Njuni', 'Njuraĩ', 'Agasti', 'Septemba',
|
||||
'Oktũba', 'Novemba', 'Dicemba'
|
||||
]
|
||||
],
|
||||
u,
|
||||
|
Reference in New Issue
Block a user