Skip to content

Commit 1f7884a

Browse files
style: format code with Prettier
This commit fixes the style issues introduced in 261624c according to the output from Prettier. Details: #60
1 parent d361c7c commit 1f7884a

5 files changed

Lines changed: 95 additions & 96 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
</p>
3131

3232
<!-- Hero -->
33+
3334
![screenshot](https://raw.githubusercontent.com/willtheorangeguy/.github/main/icons/Maximum-PC-Builds-Archive/welcome.gif)
3435

3536
## Key Features

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Maximum-PC-Builds-Archive/
3434

3535
The same build exists three ways, and the currency differs by design:
3636

37-
| Where | Currency | Shows |
38-
|---|---|---|
39-
| PCPartPicker | Any it supports | Current price only |
37+
| Where | Currency | Shows |
38+
| ---------------------- | ---------------- | ----------------------- |
39+
| PCPartPicker | Any it supports | Current price only |
4040
| Markdown, in this repo | Canadian dollars | Printed **and** current |
41-
| Website, on `gh-pages` | US dollars | Printed **and** current |
41+
| Website, on `gh-pages` | US dollars | Printed **and** current |
4242

4343
Only the last two preserve the original printed price, which is the point of an archive — the
4444
interesting figure is the gap between what a build cost then and what it costs now.

docs/architecture.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ uniform scheme.
1818

1919
## Two branches, two artefacts
2020

21-
| Branch | Holds |
22-
|---|---|
23-
| `main` | Markdown builds, the scraper, documentation |
24-
| `gh-pages` | The generated website |
21+
| Branch | Holds |
22+
| ---------- | ------------------------------------------- |
23+
| `main` | Markdown builds, the scraper, documentation |
24+
| `gh-pages` | The generated website |
2525

2626
The website is a **derived artefact**. The Markdown files are the source of truth, and the
2727
published pages are one rendering of them — which is why the currency can differ between the
2828
two without either being wrong.
2929

3030
## Three representations, deliberately
3131

32-
| Form | Currency | Printed price | Current price |
33-
|---|---|---|---|
34-
| PCPartPicker | Any supported | No | Yes, live |
35-
| Markdown | CAD | Yes | Yes, from the last scrape |
36-
| Website | USD | Yes | Yes, from the last scrape |
32+
| Form | Currency | Printed price | Current price |
33+
| ------------ | ------------- | ------------- | ------------------------- |
34+
| PCPartPicker | Any supported | No | Yes, live |
35+
| Markdown | CAD | Yes | Yes, from the last scrape |
36+
| Website | USD | Yes | Yes, from the last scrape |
3737

3838
PCPartPicker is a live service and cannot carry a historical figure, which is why the archive
3939
keeps its own copies. Losing the printed price would leave nothing to compare against, and the

0 commit comments

Comments
 (0)