Skip to content

Commit 85d8ae4

Browse files
authored
Merge pull request square#43 from nurous/master
Change protobuf indent size to 2 spaces
2 parents b4d4f15 + 1330008 commit 85d8ae4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configs/codestyles/Square.xml

Lines changed: 7 additions & 0 deletions
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)