Skip to content

Commit

Permalink
Run formatter (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnstoppableMango authored May 6, 2024
1 parent 649dce1 commit 02d1905
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Wrote 69B to ./myTypes.ts
```ts
// myTypes.ts
export interface SomeType {
someField: string;
someField: string;
}
```

Expand Down Expand Up @@ -132,22 +132,22 @@ Run `make clean` to remove local artifacts like `/.make` targets and `/node_modu

### Repository Structure

| Directory | Description |
|----------:|:------------|
|`/.config` | Just `dotnet` tools at the moment |
|`/.github` | GitHub configuration files |
|`/.github/actions` | GitHub actions |
|`/.github/workflows` | GitHub workflows |
|`/.idea` | JetBrains IDE configuration (yes some of this gets checked in, fight me) |
|`/.make` | Local `make` sentinel target files |
|`/.vscode` | VSCode configuration |
|`/cli` | Go CLI applications |
|`/docker` | Dockerfiles |
|`/gen` | Generated code |
|`/packages` | Node-ish ecosystem packages and applications |
|`/pkg` | Go packages |
|`/proto` | Protobuf definitions |
|`/src` | .NET ecosystem libraries and applications |
| Directory | Description |
| -------------------: | :----------------------------------------------------------------------- |
| `/.config` | Just `dotnet` tools at the moment |
| `/.github` | GitHub configuration files |
| `/.github/actions` | GitHub actions |
| `/.github/workflows` | GitHub workflows |
| `/.idea` | JetBrains IDE configuration (yes some of this gets checked in, fight me) |
| `/.make` | Local `make` sentinel target files |
| `/.vscode` | VSCode configuration |
| `/cli` | Go CLI applications |
| `/docker` | Dockerfiles |
| `/gen` | Generated code |
| `/packages` | Node-ish ecosystem packages and applications |
| `/pkg` | Go packages |
| `/proto` | Protobuf definitions |
| `/src` | .NET ecosystem libraries and applications |

## Architecture

Expand Down

0 comments on commit 02d1905

Please sign in to comment.