This is an automated email from the ASF dual-hosted git repository.
journey pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 5d4658c [Improvement][code style] Add sign next line automatic
assigner (#3522)
5d4658c is described below
commit 5d4658ca0d6ff0872b9d1696026c29a7981a05e5
Author: Yichao Yang <[email protected]>
AuthorDate: Wed Aug 19 16:31:00 2020 +0800
[Improvement][code style] Add sign next line automatic assigner (#3522)
---
style/intellij-java-code-style.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/style/intellij-java-code-style.xml
b/style/intellij-java-code-style.xml
index 8e0cd2f..4228602 100644
--- a/style/intellij-java-code-style.xml
+++ b/style/intellij-java-code-style.xml
@@ -95,4 +95,7 @@
<option name="JD_KEEP_EMPTY_EXCEPTION" value="false" />
<option name="JD_KEEP_EMPTY_RETURN" value="false" />
</JavaCodeStyleSettings>
+ <codeStyleSettings language="JAVA">
+ <option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" />
+ </codeStyleSettings>
</code_scheme>
\ No newline at end of file