diff options
| author | Jeff Carr <[email protected]> | 2025-04-04 06:03:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-04 06:03:16 -0500 |
| commit | 167acab35422259f6c0bd80f92b5b425d6d7f583 (patch) | |
| tree | 8727c20550ccd05e1788866803c8f07479164442 /file.proto | |
| parent | c52d8ea9a85b4b089b423b2d7192341ff8bf417b (diff) | |
correctly track empty lines between message{}
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |
