summaryrefslogtreecommitdiff
path: root/experiments.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:24:01 -0600
committerJeff Carr <[email protected]>2024-12-01 22:24:01 -0600
commit8f3953159a9c30f5fea1e8e5046026291e2f2958 (patch)
treeaf64e4a0079db08716671d4a22e72b244adec2ed /experiments.proto
parentaeac6b5af782c36279fc0f0f83e6120ec28bfd27 (diff)
autogenpb now configured in .proto filesv0.2.12
Diffstat (limited to 'experiments.proto')
-rw-r--r--experiments.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/experiments.proto b/experiments.proto
index 2db67b3..a489952 100644
--- a/experiments.proto
+++ b/experiments.proto
@@ -4,6 +4,8 @@ package virtbuf;
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
import "google/protobuf/any.proto"; // Import the well-known type for Timestamp
+// global settings for autogenpb `autogenpb:no-sort` `autogenpb:no-marshal`
+
message WhatsThis {
// is it possible to have custom formatting in JSON and TEXT marshal/unmarshal ?
WhatInfo humantest = 1;