github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/_testdata/rules/importsSorted/sortedWithNewline.proto (about) 1 syntax = "proto3"; 2 3 import public "new.proto"; 4 import "other.proto"; 5 6 import "google/protobuf/empty.proto"; 7 import "google/protobuf/timestamp.proto"; 8 9 import "myproject/main_protos.proto"; 10 import "myproject/other_protos.proto";