[LineEndings] Add lineendings patch again
This commit is contained in:
parent
4997e042b6
commit
76fd8a65f5
1
_.gitattributes → .gitattributes
vendored
1
_.gitattributes → .gitattributes
vendored
@ -1,3 +1,4 @@
|
||||
*.hpp eol=crlf
|
||||
*.cpp eol=crlf
|
||||
*.lua eol=crlf
|
||||
*.proto eol=crlf
|
File diff suppressed because it is too large
Load Diff
@ -1,18 +1,18 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package Proto.Auth;
|
||||
|
||||
message Certificate
|
||||
{
|
||||
bytes privatekey = 1;
|
||||
bytes token = 2;
|
||||
bytes ctoken = 3;
|
||||
}
|
||||
|
||||
message Connect
|
||||
{
|
||||
bytes signature = 1;
|
||||
bytes publickey = 2;
|
||||
bytes token = 3;
|
||||
bytes infostring = 4;
|
||||
}
|
||||
syntax = "proto3";
|
||||
|
||||
package Proto.Auth;
|
||||
|
||||
message Certificate
|
||||
{
|
||||
bytes privatekey = 1;
|
||||
bytes token = 2;
|
||||
bytes ctoken = 3;
|
||||
}
|
||||
|
||||
message Connect
|
||||
{
|
||||
bytes signature = 1;
|
||||
bytes publickey = 2;
|
||||
bytes token = 3;
|
||||
bytes infostring = 4;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user