Use tabs in protofile indentation
This is enforced as part of containerd's fmt checks Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
2e3bebb297
commit
83e6efc6fc
@ -14,9 +14,9 @@ option (gogoproto.unmarshaler_all) = true;
|
||||
option (gogoproto.goproto_unrecognized_all) = false;
|
||||
|
||||
message Options {
|
||||
// TypeUrl specifies the type of the content inside the config file.
|
||||
string type_url = 1;
|
||||
// ConfigPath specifies the filesystem location of the config file
|
||||
// used by the runtime.
|
||||
string config_path = 2;
|
||||
// TypeUrl specifies the type of the content inside the config file.
|
||||
string type_url = 1;
|
||||
// ConfigPath specifies the filesystem location of the config file
|
||||
// used by the runtime.
|
||||
string config_path = 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user