Minor corrections in proto schemas, mostly in comments

Also set up code style for the protobuf plugin
This commit is contained in:
Alexander Udalov
2018-03-09 14:34:55 +01:00
parent 9d8d4b837b
commit 407de206a3
4 changed files with 399 additions and 184 deletions
+7
View File
@@ -217,6 +217,13 @@
<option name="WHILE_BRACE_FORCE" value="1" />
<option name="FOR_BRACE_FORCE" value="1" />
</codeStyleSettings>
<codeStyleSettings language="PROTO">
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
<option name="TAB_SIZE" value="2" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="Scala">
<option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="0" />
<option name="ELSE_ON_NEW_LINE" value="true" />