summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto1
1 files changed, 1 insertions, 0 deletions
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 {