.editorconfig, format

This commit is contained in:
2023-03-22 16:56:24 +01:00
parent 99cb5928bc
commit 7870b454f8
5 changed files with 44 additions and 35 deletions
+5 -5
View File
@@ -2,11 +2,11 @@ syntax = "proto3";
// Client <-> Server
// address:
// Client -> Server: destination
// Client -> Server: destination
// Server -> Client: source
// data: message data
message Message {
fixed64 address = 1;
fixed32 port = 2;
bytes data = 3;
}
fixed64 address = 1;
fixed32 port = 2;
bytes data = 3;
}