This is an automated email from the ASF dual-hosted git repository. gortiz pushed a commit to branch revert-14290-intellij-method-chain-chop-if-long in repository https://gitbox.apache.org/repos/asf/pinot.git
commit d6a68807a24cfaa2a4f2c059e4267ec68138af34 Author: Gonzalo Ortiz Jaureguizar <[email protected]> AuthorDate: Fri Oct 25 09:41:05 2024 +0200 Revert "Update intellij codestyle (#14290)" This reverts commit 4909b24a23fedf833fa805aad8d059b95aff754a. --- config/codestyle-intellij.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/codestyle-intellij.xml b/config/codestyle-intellij.xml index e08f68fb13..b79b540704 100644 --- a/config/codestyle-intellij.xml +++ b/config/codestyle-intellij.xml @@ -189,6 +189,7 @@ </codeStyleSettings> <codeStyleSettings language="JAVA"> <option name="RIGHT_MARGIN" value="120"/> + <option name="KEEP_LINE_BREAKS" value="false"/> <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"/> @@ -205,7 +206,7 @@ <option name="THROWS_LIST_WRAP" value="1"/> <option name="EXTENDS_KEYWORD_WRAP" value="1"/> <option name="THROWS_KEYWORD_WRAP" value="2"/> - <option name="METHOD_CALL_CHAIN_WRAP" value="5"/> + <option name="METHOD_CALL_CHAIN_WRAP" value="1"/> <option name="BINARY_OPERATION_WRAP" value="1"/> <option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true"/> <option name="TERNARY_OPERATION_WRAP" value="1"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
