From 6feac2ad08250625fd29951b5769655f683b3d03 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 8 Oct 2025 10:42:18 -0500 Subject: an auto --renumber option. man that is annoying by hand --- file.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'file.proto') diff --git a/file.proto b/file.proto index c5abf35..c799a98 100644 --- a/file.proto +++ b/file.proto @@ -79,6 +79,7 @@ message FormatMsg { Type type = 9; // yep. type. yep. that's what this is for bool padAfter = 10; bool isEmpty = 11; // true when things like: message blah {} + int32 counter = 12; // used to check ints increment } message Find { string parent = 1; // `autogenpb:unique` File -- cgit v1.2.3