Skip to content

Commit 53afe67

Browse files
committed
fixup! build: format md files
1 parent cdec392 commit 53afe67

File tree

13 files changed

+1056
-545
lines changed

13 files changed

+1056
-545
lines changed

CHANGELOG.md

Lines changed: 153 additions & 65 deletions
Large diffs are not rendered by default.

CHANGELOG_ARCHIVE.md

Lines changed: 885 additions & 448 deletions
Large diffs are not rendered by default.

CODE_OF_CONDUCT.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Use welcoming and inclusive language
18-
* Respect each other
19-
* Provide and gracefully accept constructive criticism
20-
* Show empathy towards other community members
17+
- Use welcoming and inclusive language
18+
- Respect each other
19+
- Provide and gracefully accept constructive criticism
20+
- Show empathy towards other community members
2121

2222
Examples of unacceptable behavior by participants include:
2323

24-
* Trolling, insulting/derogatory comments, and personal or political attacks
25-
* Public or private harassment
26-
* Publishing others' private information, such as a physical or electronic
24+
- Trolling, insulting/derogatory comments, and personal or political attacks
25+
- Public or private harassment
26+
- Publishing others' private information, such as a physical or electronic
2727
address, without explicit permission
28-
* The use of sexualized language or imagery
29-
* Unwelcome sexual attention or advances
30-
* Other conduct which could reasonably be considered inappropriate in a
28+
- The use of sexualized language or imagery
29+
- Unwelcome sexual attention or advances
30+
- Other conduct which could reasonably be considered inappropriate in a
3131
professional setting
3232

3333
## Our Responsibilities
@@ -69,9 +69,9 @@ members of the project's leadership.
6969

7070
If you are banned you may contest the decision. To do so email [email protected] with the subject line "Repeal Ban for {{your name here}}" and body with the responses to the following:
7171

72-
* Why do you believe you did not violate the Code of Conduct?
73-
* Were other factors involved in this situation the leadership team may have been unaware of?
74-
* Why do you wish to be a part of the Angular community?
72+
- Why do you believe you did not violate the Code of Conduct?
73+
- Were other factors involved in this situation the leadership team may have been unaware of?
74+
- Why do you wish to be a part of the Angular community?
7575

7676
## Attribution
7777

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# dev-infra
2+
23
Angular Development Infrastructure

bazel/api-golden/test/goldens/explicit_file/index.api.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44
55
```ts
6-
76
import * as babel_2 from '@babel/core';
87

98
// @public (undocumented)
@@ -13,12 +12,10 @@ export type MyBabelExport = babel_2.BabelFile;
1312
export function rawStringFn(input: string): string;
1413

1514
// @public (undocumented)
16-
export class SomeOtherExport {
17-
}
15+
export class SomeOtherExport {}
1816

1917
// @public (undocumented)
20-
export const testValue = "hello";
18+
export const testValue = 'hello';
2119

2220
// (No @packageDocumentation comment for this package)
23-
2421
```

bazel/api-golden/test/goldens/pkg_no_exports_field/index.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44
55
```ts
6-
76
// @public (undocumented)
87
export const fromTopLevel: boolean;
98

109
// (No @packageDocumentation comment for this package)
11-
1210
```

bazel/api-golden/test/goldens/pkg_no_exports_field/testing/index.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44
55
```ts
6-
76
// @public (undocumented)
87
export const anotherVariable = fromTopLevel;
98

109
// @public (undocumented)
1110
export function rawStringFn(input: string): string;
1211

1312
// (No @packageDocumentation comment for this package)
14-
1513
```

bazel/api-golden/test/goldens/pkg_no_exports_field/testing/nested/index.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44
55
```ts
6-
76
// @public (undocumented)
87
export const nestedFile = true;
98

109
// (No @packageDocumentation comment for this package)
11-
1210
```

bazel/api-golden/test/goldens/test_package/index.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44
55
```ts
6-
76
// @public (undocumented)
87
export const fromTopLevel: boolean;
98

109
// (No @packageDocumentation comment for this package)
11-
1210
```

bazel/api-golden/test/goldens/test_package/testing/index.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44
55
```ts
6-
76
// @public (undocumented)
87
export const anotherVariable = fromTopLevel;
98

@@ -14,5 +13,4 @@ export function rawStringFn(input: string): string;
1413
export const sharedChunk = true;
1514

1615
// (No @packageDocumentation comment for this package)
17-
1816
```

0 commit comments

Comments
 (0)