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

rongr 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 99fc894585 add json config to not wrap automatically (#9827)
99fc894585 is described below

commit 99fc89458576546605baa74f91cad9609f199d5d
Author: Rong Rong <ro...@apache.org>
AuthorDate: Mon Nov 21 18:16:34 2022 -0800

    add json config to not wrap automatically (#9827)
    
    Co-authored-by: Rong Rong <ro...@startree.ai>
---
 config/codestyle-intellij.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config/codestyle-intellij.xml b/config/codestyle-intellij.xml
index c6b8f00530..b79b540704 100644
--- a/config/codestyle-intellij.xml
+++ b/config/codestyle-intellij.xml
@@ -79,6 +79,10 @@
   <option name="THROWS_LIST_WRAP" value="1"/>
   <option name="THROWS_KEYWORD_WRAP" value="2"/>
   <option name="WRAP_COMMENTS" value="true"/>
+  <JSON>
+    <option name="OBJECT_WRAPPING" value="5" />
+    <option name="ARRAY_WRAPPING" value="5" />
+  </JSON>
   <XML>
     <option name="XML_LEGACY_SETTINGS_IMPORTED" value="true"/>
   </XML>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to