Updated project style

Set groovy script tab size to match java tab size
This commit is contained in:
Collin Smith
2020-11-20 22:39:54 -08:00
parent 2270f15f1a
commit 980af282ab

View File

@ -3,7 +3,6 @@
<option name="OTHER_INDENT_OPTIONS">
<value>
<option name="INDENT_SIZE" value="2" />
<option name="TAB_SIZE" value="8" />
</value>
</option>
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" />
@ -358,6 +357,12 @@
<option name="FOR_BRACE_FORCE" value="3" />
<option name="PARENT_SETTINGS_INSTALLED" value="true" />
</codeStyleSettings>
<codeStyleSettings language="Groovy">
<indentOptions>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="JAVA">
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
<option name="KEEP_SIMPLE_BLOCKS_IN_ONE_LINE" value="true" />
@ -433,4 +438,4 @@
</indentOptions>
</codeStyleSettings>
</code_scheme>
</component>
</component>