From f780bc90bbe33778c8d526a7960caad401049686 Mon Sep 17 00:00:00 2001 From: Timo Stamm Date: Mon, 29 Jul 2024 12:39:35 +0200 Subject: [PATCH] npx turbo run format --- MANUAL.md | 6 +++--- packages/protobuf-example/buf.gen.yaml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/MANUAL.md b/MANUAL.md index c11a178bb..c32f4f483 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -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: diff --git a/packages/protobuf-example/buf.gen.yaml b/packages/protobuf-example/buf.gen.yaml index b86748ed1..007b2ea96 100644 --- a/packages/protobuf-example/buf.gen.yaml +++ b/packages/protobuf-example/buf.gen.yaml @@ -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