summaryrefslogtreecommitdiff
path: root/example/fruit.proto.new
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 07:32:00 -0600
committerJeff Carr <[email protected]>2025-02-01 07:32:00 -0600
commit9a0e4a6d62d58d51d3257b588242f442bddc40da (patch)
tree43dfc96f604cf2427e4dd6d67ad64c180d0328cb /example/fruit.proto.new
parentcfedee740ce59638de70382652a3d637398bcab2 (diff)
auto formatting is working well enough
Diffstat (limited to 'example/fruit.proto.new')
-rw-r--r--example/fruit.proto.new14
1 files changed, 8 insertions, 6 deletions
diff --git a/example/fruit.proto.new b/example/fruit.proto.new
index f9f39a0..78f9c22 100644
--- a/example/fruit.proto.new
+++ b/example/fruit.proto.new
@@ -45,12 +45,14 @@ message Banana { // `autogenpb:nomutex`
}
message Basket { // `autogenpb:nomutex`
- repeated string name = 1; // `autogenpb:sort` `autogenpb:unique`
- string favorite = 2; // `autogenpb:sort` `autogenpb:unique`
- int64 price = 3; // `autogenpb:sort`
- repeated Banana banna = 4;
- repeated Pear pears = 5;
- repeated Apple stacks = 6;
+ repeated string name = 1; // `autogenpb:sort` `autogenpb:unique`
+ string favorite = 2; // `autogenpb:sort` `autogenpb:unique`
+ int64 price = 3; // `autogenpb:sort`
+ //
+
+ repeated Banana banna = 4;
+ repeated Pear pears = 5;
+ repeated Apple stacks = 6;
}
// "Fruit" must exist. you can put anything in it