This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new c6f0762 Make codestyle keep line break when reformat the code (#8447)
c6f0762 is described below
commit c6f07626add770df224784c186130bb16f799d10
Author: Xiang Fu <[email protected]>
AuthorDate: Thu Mar 31 01:40:03 2022 -0700
Make codestyle keep line break when reformat the code (#8447)
---
config/codestyle-intellij.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/codestyle-intellij.xml b/config/codestyle-intellij.xml
index 17ec9a7..c6b8f00 100644
--- a/config/codestyle-intellij.xml
+++ b/config/codestyle-intellij.xml
@@ -58,7 +58,7 @@
<option name="JD_ADD_BLANK_AFTER_PARM_COMMENTS" value="true"/>
<option name="JD_ADD_BLANK_AFTER_RETURN" value="true"/>
<option name="JD_KEEP_INVALID_TAGS" value="false"/>
- <option name="KEEP_LINE_BREAKS" value="false"/>
+ <option name="KEEP_LINE_BREAKS" value="true"/>
<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="0"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]