Fix indentation & add proto lint extension

This commit is contained in:
Sacha Weatherstone 2022-02-21 19:39:32 +11:00
parent d421a97888
commit f5ac8d9c83
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{
"recommendations": ["zxh404.vscode-proto3"]
"recommendations": ["zxh404.vscode-proto3", "plex.vscode-protolint"]
}

View file

@ -723,7 +723,7 @@ message Data {
* Defaults to false. If true, then what is in the payload should be treated as an emoji like giving
* a message a heart or poop emoji.
*/
uint32 group_id = 9;
uint32 group_id = 9;
}
/*