forked from angular/components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.prettierignore
More file actions
25 lines (19 loc) · 862 Bytes
/
.prettierignore
File metadata and controls
25 lines (19 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated files for infrastructure.
.prettierrc
# These schematic ng-generate files are template files that cannot be formatted.
src/material/schematics/ng-generate/*/files/**/*
src/cdk/schematics/ng-generate/*/files/**/*
# Schematic ng-update test cases should not be formatted as that could break the
# expected output tests. Generated code does is not formatted according to prettier.
src/cdk/schematics/ng-update/test-cases/**/*_input.ts
src/cdk/schematics/ng-update/test-cases/**/*_expected_output.ts
src/material/schematics/ng-update/test-cases/**/*_input.ts
src/material/schematics/ng-update/test-cases/**/*_expected_output.ts
pnpm-lock.yaml
# TODO: Enable formatting on markdown files
**/*.md
# TODO: enable formatting on templates and styles.
# For styles specifically the formatting ends up causing build failures.
**/*.scss
**/*.css
**/*.html