add protolint; make all files indentation consistent with 2 spaces

This commit is contained in:
Mike Kinney 2021-11-30 11:45:01 -08:00
parent 0de53c84a2
commit dee54fa738
14 changed files with 583 additions and 561 deletions

View file

@ -16,5 +16,5 @@ option java_outer_classname = "AppOnlyProtos";
* This abstraction is used only on the the 'app side' of the world (ie python, javascript and android etc) to show a group of Channels as a (long) URL
*/
message ChannelSet {
repeated ChannelSettings settings = 1;
repeated ChannelSettings settings = 1;
}