This is an automated email from the ASF dual-hosted git repository.

gortiz pushed a commit to branch intellij-method-chain-chop-if-long
in repository https://gitbox.apache.org/repos/asf/pinot.git

commit 0c50528668d7086f05dbd68e69b75257ef2b7d48
Author: Gonzalo Ortiz Jaureguizar <[email protected]>
AuthorDate: Thu Oct 24 10:02:43 2024 +0200

    Change method call chain wrap in intellij to chop if long
    
    Change method call chain wrap in intellij to chop if long
---
 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 b79b540704..2aaef3e1f6 100644
--- a/config/codestyle-intellij.xml
+++ b/config/codestyle-intellij.xml
@@ -206,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="1"/>
+    <option name="METHOD_CALL_CHAIN_WRAP" value="5"/>
     <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]

Reply via email to