diff options
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
