Skip to content

Commit 1330008

Browse files
committed
Change protobuf indent size to 2 spaces
1 parent b4d4f15 commit 1330008

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configs/codestyles/Square.xml

+7
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,13 @@
245245
<option name="FIELD_ANNOTATION_WRAP" value="1" />
246246
<option name="PARENT_SETTINGS_INSTALLED" value="true" />
247247
</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>
248255
<codeStyleSettings language="SQL">
249256
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
250257
<option name="PARENT_SETTINGS_INSTALLED" value="true" />

0 commit comments

Comments
 (0)