Skip to content

Commit 1de398e

Browse files
authored
Autoformat all markdown files in webdev (#1718)
1 parent 8afdb97 commit 1de398e

File tree

14 files changed

+455
-297
lines changed

14 files changed

+455
-297
lines changed

CONTRIBUTING.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Want to contribute? Great! First, read this page (including the small print at
22
the end).
33

44
### Before you contribute
5+
56
Before we can use your code, you must sign the
67
[Google Individual Contributor License Agreement](https://cla.developers.google.com/about/google-individual)
78
(CLA), which you can do online. The CLA is necessary mainly because you own the
@@ -18,16 +19,21 @@ possibly guide you. Coordinating up front makes it much easier to avoid
1819
frustration later on.
1920

2021
### Code reviews
22+
2123
All submissions, including submissions by project members, require review.
2224

2325
### File headers
26+
2427
All files in the project must start with the following header.
2528

26-
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
27-
// for details. All rights reserved. Use of this source code is governed by a
28-
// BSD-style license that can be found in the LICENSE file.
29+
```
30+
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
31+
// for details. All rights reserved. Use of this source code is governed by a
32+
// BSD-style license that can be found in the LICENSE file.
33+
```
2934

3035
### The small print
36+
3137
Contributions made by corporations are covered by a different agreement than the
3238
one above, the
3339
[Software Grant and Corporate Contributor License Agreement](https://developers.google.com/open-source/cla/corporate).

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
## dwds [![Pub Package](https://img.shields.io/pub/v/dwds.svg)](https://pub.dev/packages/dwds)
44

5-
* Package: https://pub.dev/packages/dwds
6-
* [Source code](dwds)
5+
- Package: https://pub.dev/packages/dwds
6+
- [Source code](dwds)
77

8-
A service that proxies between the Chrome debug protocol and the Dart VM service protocol.
8+
A service that proxies between the Chrome debug protocol and the Dart VM service
9+
protocol.
910

1011
## webdev [![Pub Package](https://img.shields.io/pub/v/webdev.svg)](https://pub.dev/packages/webdev)
1112

12-
* Package: https://pub.dev/packages/webdev
13-
* [Source code](webdev)
13+
- Package: https://pub.dev/packages/webdev
14+
- [Source code](webdev)
1415

1516
A command-line tool for developing and deploying web applications with Dart.

0 commit comments

Comments
 (0)