Skip to content

Commit

Permalink
[style](*): keep line break. (apache#10526)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener authored Jul 1, 2022
1 parent e3d9f94 commit f164d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/IntelliJ-code-format.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ under the License.
</editorconfig>
<codeStyleSettings language="JAVA">
<option name="RIGHT_MARGIN" value="120" />
<option name="KEEP_LINE_BREAKS" value="false" />
<option name="KEEP_LINE_BREAKS" value="true" />
<option name="KEEP_FIRST_COLUMN_COMMENT" value="false" />
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />
<option name="KEEP_BLANK_LINES_BETWEEN_PACKAGE_DECLARATION_AND_HEADER" value="1" />
Expand Down

0 comments on commit f164d09

Please sign in to comment.