We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d4f15 commit 1330008Copy full SHA for 1330008
configs/codestyles/Square.xml
@@ -245,6 +245,13 @@
245
<option name="FIELD_ANNOTATION_WRAP" value="1" />
246
<option name="PARENT_SETTINGS_INSTALLED" value="true" />
247
</codeStyleSettings>
248
+ <codeStyleSettings language="PROTO">
249
+ <indentOptions>
250
+ <option name="INDENT_SIZE" value="2" />
251
+ <option name="CONTINUATION_INDENT_SIZE" value="4" />
252
+ <option name="TAB_SIZE" value="2" />
253
+ </indentOptions>
254
+ </codeStyleSettings>
255
<codeStyleSettings language="SQL">
256
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
257
0 commit comments