Skip to content

Commit cdec392

Browse files
committed
build: format md files
This commit configures prettier to format markdown files.
1 parent 75d22ea commit cdec392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ng-dev/format/formatters/prettier.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export class Prettier extends Formatter {
2525
'**/*.{js,cjs,mjs}',
2626
'**/*.{ts,cts,mts}',
2727
'**/*.{json,json5}',
28+
'**/*.md',
2829
'**/*.{yml,yaml}',
2930
];
3031

0 commit comments

Comments
 (0)