blueszhangsh / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

Auto-formatting problem with "extensions" keyword. #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have the message description like:

message TestMessage {
    extensions 1 to 10;
}

After auto-formatting (Right-click Menu -> Format, or Shift+Ctrl+F) I get:

message TestMessage {
    extensions 1 to 10; }

But expect to get:

message TestMessage {
    extensions 1 to 10;
}

Original issue reported on code.google.com by abys...@gmail.com on 18 May 2012 at 8:13

GoogleCodeExporter commented 9 years ago

Original comment by alr...@google.com on 19 May 2012 at 8:42

GoogleCodeExporter commented 9 years ago
r7bc840f83874

Original comment by alr...@google.com on 8 Jul 2012 at 5:49