This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 7bd6e32f85 [build-support](code-style): Add more config in
IntelliJ-code-format.xml (#16420)
7bd6e32f85 is described below
commit 7bd6e32f85d91f3929f277c53cc17b974379e712
Author: jakevin <[email protected]>
AuthorDate: Mon Feb 6 12:06:27 2023 +0800
[build-support](code-style): Add more config in IntelliJ-code-format.xml
(#16420)
---
build-support/IntelliJ-code-format.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/build-support/IntelliJ-code-format.xml
b/build-support/IntelliJ-code-format.xml
index 8a00334669..c324cc1081 100644
--- a/build-support/IntelliJ-code-format.xml
+++ b/build-support/IntelliJ-code-format.xml
@@ -39,6 +39,7 @@ under the License.
<option name="ALIGN_MULTILINE_RECORDS" value="false" />
<option name="JD_ALIGN_PARAM_COMMENTS" value="false" />
<option name="JD_ALIGN_EXCEPTION_COMMENTS" value="false" />
+ <option name="JD_INDENT_ON_CONTINUATION" value="true" />
</JavaCodeStyleSettings>
<ScalaCodeStyleSettings>
<option name="MULTILINE_STRING_CLOSING_QUOTES_ON_NEW_LINE" value="true" />
@@ -49,6 +50,9 @@ under the License.
<codeStyleSettings language="JAVA">
<option name="RIGHT_MARGIN" value="120" />
<option name="KEEP_LINE_BREAKS" value="true" />
+ <option name="LINE_COMMENT_AT_FIRST_COLUMN" value="false" />
+ <option name="LINE_COMMENT_ADD_SPACE" value="true" />
+ <option name="LINE_COMMENT_ADD_SPACE_ON_REFORMAT" 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" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]