You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2021/11/08 11:52:37 UTC

[ignite-3] branch main updated: Fix IDEA codestyle settings (#428)

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

amashenkov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new d1ffceb  Fix IDEA codestyle settings (#428)
d1ffceb is described below

commit d1ffceb94e9b19332c190d616dd36787e53c1dc4
Author: Andrew V. Mashenkov <AM...@users.noreply.github.com>
AuthorDate: Mon Nov 8 14:51:49 2021 +0300

    Fix IDEA codestyle settings (#428)
---
 idea/intellij-java-google-style.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/idea/intellij-java-google-style.xml b/idea/intellij-java-google-style.xml
index 02891e6..feb6170 100644
--- a/idea/intellij-java-google-style.xml
+++ b/idea/intellij-java-google-style.xml
@@ -43,7 +43,7 @@
       <package name="" withSubpackages="true" static="false"/>
     </value>
   </option>
-  <option name="RIGHT_MARGIN" value="100"/>
+  <option name="RIGHT_MARGIN" value="140"/>
   <option name="JD_ALIGN_PARAM_COMMENTS" value="false"/>
   <option name="JD_ALIGN_EXCEPTION_COMMENTS" value="false"/>
   <option name="JD_P_AT_EMPTY_LINES" value="false"/>
@@ -84,6 +84,9 @@
   <JSCodeStyleSettings>
     <option name="INDENT_CHAINED_CALLS" value="false"/>
   </JSCodeStyleSettings>
+  <JavaCodeStyleSettings>
+    <option name="JD_DO_NOT_WRAP_ONE_LINE_COMMENTS" value="true" />
+  </JavaCodeStyleSettings>
   <Python>
     <option name="USE_CONTINUATION_INDENT_FOR_ARGUMENTS" value="true"/>
   </Python>