Skip to content

Commit

Permalink
npx turbo run format
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Jul 29, 2024
1 parent 8436798 commit f780bc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@ If you prefer that a field use `string` instead of `bigint`, use the field optio
```

> [!TIP]
>
> Set `jstype = JS_STRING` on all applicable fields automatically with [buf][buf-cli]. Add the following
>
> Set `jstype = JS_STRING` on all applicable fields automatically with [buf][buf-cli]. Add the following
> [managed mode][buf.build/managed-mode] config:
>
>
> ```yaml
> # Add to buf.gen.yaml:
> managed:
Expand Down
1 change: 0 additions & 1 deletion packages/protobuf-example/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ plugins:
- local: protoc-gen-es
opt: target=ts
out: src/gen

# Uncomment to set `jstype = JS_STRING` on all applicable fields automatically:
# managed:
# enabled: true
Expand Down

0 comments on commit f780bc9

Please sign in to comment.