From 198b217cfaabdf90444068804ede821ab1311df5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 4 Apr 2025 08:07:06 -0500 Subject: track empty message {} --- file.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.proto') diff --git a/file.proto b/file.proto index c1d97f8..594033a 100644 --- a/file.proto +++ b/file.proto @@ -78,8 +78,8 @@ message FormatMsg { string footer = 8; // the '}' line Type type = 9; // yep. type. yep. that's what this is for bool padAfter = 10; + bool isEmpty = 11; // true when things like: message blah {} } - message Find { string parent = 1; // `autogenpb:unique` File string varType = 2; // `autogenpb:unique` MsgName -- cgit v1.2.3