From b07b6edc2a71346491b2a7827cc3b30faa110397 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 23 Mar 2020 09:29:27 -0700 Subject: [PATCH] build: add dev-infra to clang format sources to format (#36204) PR Close #36204 --- tools/gulp-tasks/format.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gulp-tasks/format.js b/tools/gulp-tasks/format.js index 11f5393934..90db154597 100644 --- a/tools/gulp-tasks/format.js +++ b/tools/gulp-tasks/format.js @@ -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}`,