build: add dev-infra to clang format sources to format (#36204)
PR Close #36204
This commit is contained in:
parent
83e4a76afa
commit
b07b6edc2a
|
@ -10,6 +10,7 @@ const {I18N_FOLDER, I18N_DATA_FOLDER} = require('./cldr/extract');
|
|||
|
||||
// clang-format entry points
|
||||
const srcsToFmt = [
|
||||
'dev-infra/**/*.{js,ts}',
|
||||
'packages/**/*.{js,ts}',
|
||||
'!packages/zone.js', // Ignore the `zone.js/` directory itself. (The contents are still matched.)
|
||||
`!${I18N_DATA_FOLDER}/**/*.{js,ts}`,
|
||||
|
|
Loading…
Reference in New Issue