From 167acab35422259f6c0bd80f92b5b425d6d7f583 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 4 Apr 2025 06:03:16 -0500 Subject: correctly track empty lines between message{} --- file.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'file.proto') diff --git a/file.proto b/file.proto index a13a94e..c1d97f8 100644 --- a/file.proto +++ b/file.proto @@ -77,6 +77,7 @@ message FormatMsg { repeated string lines = 7; // the variables string footer = 8; // the '}' line Type type = 9; // yep. type. yep. that's what this is for + bool padAfter = 10; } message Find { -- cgit v1.2.3