build: add dev-infra to clang format sources to format (#36204)

PR Close #36204
This commit is contained in:
Joey Perrott 2020-03-23 09:29:27 -07:00 committed by Alex Rickabaugh
parent 83e4a76afa
commit b07b6edc2a
1 changed files with 1 additions and 0 deletions

View File

@ -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}`,