mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Fix indentation & add proto lint extension
This commit is contained in:
parent
d421a97888
commit
f5ac8d9c83
2 changed files with 2 additions and 2 deletions
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"recommendations": ["zxh404.vscode-proto3"]
|
||||
"recommendations": ["zxh404.vscode-proto3", "plex.vscode-protolint"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue