Skip to content

Rule to separate fields by newline #286

Open
@ricsiLT

Description

Hi, would it be easy to add a rule that would disallow this:

message Foo {
  // Example 1
  int32 field_one = 1;
  // Example 2
  int32 field_two = 2;
}

and force you to do this:

message Foo {
  // Example 1
  int32 field_one = 1;

  // Example 2
  int32 field_two = 2;
}

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions