summaryrefslogtreecommitdiff
path: root/experiments.proto
diff options
context:
space:
mode:
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;