diff options
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -59,7 +59,7 @@ message Sort { bool needAll = 5; // } -// used to format protobuf files +// used to auto-format protobuf files message FormatMsg { repeated string lines = 1; // keys to sort on int64 maxVarname = 2; // max string length of var names @@ -67,6 +67,9 @@ message FormatMsg { repeated FormatMsg inceptionMsgs = 4; // messages inside messages repeated FormatMsg enums = 5; // locally defined enums repeated FormatMsg oneofs = 6; // locally defined oneofs + string header = 7; // the 'message {','enum {', etc line + string footer = 8; // the '}' line + repeated string notes = 9; // unknown lines or comments } message Find { |
