Skip to content

Commit

Permalink
Update IntelliJ code style
Browse files Browse the repository at this point in the history
Use default continuation indent size (8) and blank lines around method (0)
  • Loading branch information
filiphr committed Jan 31, 2020
1 parent f0ce495 commit 0f0c737
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions ide-settings/idea/idea-code-style-configuration.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<component name="ProjectCodeStyleConfiguration">
<code_scheme name="flowable profile" version="173">
<option name="RIGHT_MARGIN" value="160" />
<JavaCodeStyleSettings>
<code_scheme name="flowable profile" version="173">
<option name="RIGHT_MARGIN" value="160" />
<JavaCodeStyleSettings>
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" />
<option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="99" />
<option name="IMPORT_LAYOUT_TABLE">
Expand All @@ -23,15 +22,13 @@
</option>
<option name="JD_ALIGN_PARAM_COMMENTS" value="false" />
<option name="JD_ALIGN_EXCEPTION_COMMENTS" value="false" />
<option name="JD_PARAM_DESCRIPTION_ON_NEW_LINE" value="true" />
</JavaCodeStyleSettings>
<codeStyleSettings language="JAVA">
</JavaCodeStyleSettings>
<codeStyleSettings language="JAVA">
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" />
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />
<option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="1" />
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
<option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="1" />
<option name="BLANK_LINES_AROUND_METHOD" value="0" />
<option name="BLANK_LINES_AFTER_CLASS_HEADER" value="1" />
<option name="BLANK_LINES_AFTER_ANONYMOUS_CLASS_HEADER" value="1" />
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
Expand All @@ -48,9 +45,5 @@
<option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" />
<option name="TERNARY_OPERATION_WRAP" value="5" />
<option name="ARRAY_INITIALIZER_WRAP" value="1" />
<indentOptions>
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
</code_scheme>
</component>
</codeStyleSettings>
</code_scheme>

0 comments on commit 0f0c737

Please sign in to comment.