Skip to content

Commit

Permalink
Autoformat all markdown files in webdev (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Aug 15, 2022
1 parent 8afdb97 commit 1de398e
Show file tree
Hide file tree
Showing 14 changed files with 455 additions and 297 deletions.
12 changes: 9 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Want to contribute? Great! First, read this page (including the small print at
the end).

### Before you contribute

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

### Code reviews

All submissions, including submissions by project members, require review.

### File headers

All files in the project must start with the following header.

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

### The small print

Contributions made by corporations are covered by a different agreement than the
one above, the
[Software Grant and Corporate Contributor License Agreement](https://developers.google.com/open-source/cla/corporate).
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

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

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

A service that proxies between the Chrome debug protocol and the Dart VM service protocol.
A service that proxies between the Chrome debug protocol and the Dart VM service
protocol.

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

* Package: https://pub.dev/packages/webdev
* [Source code](webdev)
- Package: https://pub.dev/packages/webdev
- [Source code](webdev)

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

0 comments on commit 1de398e

Please sign in to comment.