Skip to content

Commit a0489f2

Browse files
build: update formatting ignore controls to be done via prettierignore (#32507)
1 parent 7bdc028 commit a0489f2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.ng-dev/format.mts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ import {FormatConfig} from '@angular/ng-dev';
66
*/
77
export const format: FormatConfig = {
88
buildifier: true,
9-
prettier: {
10-
matchers: ['**/*.{js,ts,mts,mjs,json}'],
11-
},
9+
prettier: true,
1210
};

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ src/material/schematics/ng-update/test-cases/**/*_input.ts
1313
src/material/schematics/ng-update/test-cases/**/*_expected_output.ts
1414

1515
pnpm-lock.yaml
16+
17+
18+
# TODO: Enable formatting on markdown files
19+
**/*.md

0 commit comments

Comments
 (0)