Empty block style
EditorConfig key: protobuf-empty-block-style
Empty block style
protobuf-empty-block-style
Default value:
unset
Possible values:
unset
multiline
together
together_same_line
Examples
unset
multiline
message M { }
together
message M {}
together_same_line
message M {}