Update rules to allow consecutive items in a section unless the previous item has options or the next item has leading comments. Trailing comments on the previous item will not trigger a blank line.

PiperOrigin-RevId: 666398841
pull/17910/head
Protobuf Team Bot 7 months ago committed by Copybara-Service
parent db3e837e02
commit 303a376f7f
  1. 1
      editions/golden/editions_transform_proto2.proto

@ -114,7 +114,6 @@ enum TestEnum {
option features.enum_type = CLOSED;
FOO = 1; // Non-zero default
BAR = 2;
BAZ = 3;
NEG = -1; // Intentionally negative.

Loading…
Cancel
Save