Skip to content

Commit

Permalink
Fix code-style formatter (apache#4350)
Browse files Browse the repository at this point in the history
* new line before package

* Update codeStyle.xml

Co-authored-by: kezhenxu94 <[email protected]>
  • Loading branch information
dmsolr and kezhenxu94 authored Feb 11, 2020
1 parent d2afdb1 commit a07bfe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codeStyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
<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_BEFORE_PACKAGE" value="1" />
<option name="WHILE_ON_NEW_LINE" value="true" />
<option name="ALIGN_MULTILINE_CHAINED_METHODS" value="true" />
<option name="ALIGN_MULTILINE_PARAMETERS_IN_CALLS" value="true" />
Expand Down Expand Up @@ -89,7 +90,6 @@
<option name="METHOD_ANNOTATION_WRAP" value="1" />
<option name="CLASS_ANNOTATION_WRAP" value="1" />
<option name="FIELD_ANNOTATION_WRAP" value="1" />
<option name="PARENT_SETTINGS_INSTALLED" value="true" />
<indentOptions>
<option name="INDENT_SIZE" value="4" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
Expand All @@ -101,4 +101,4 @@
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
</code_scheme>
</code_scheme>

0 comments on commit a07bfe1

Please sign in to comment.