You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/04/15 00:22:53 UTC

[maven-site] branch master updated: Updated maven-idea-codestyle.xml for IntelliJ IDEA 14+

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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b91d9f2  Updated maven-idea-codestyle.xml for IntelliJ IDEA 14+
b91d9f2 is described below

commit b91d9f23aab2c6806d9beef881ecccc6a3b5f06e
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon Apr 15 02:22:17 2019 +0200

    Updated maven-idea-codestyle.xml for IntelliJ IDEA 14+
---
 content/resources/developers/maven-idea-codestyle.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/content/resources/developers/maven-idea-codestyle.xml b/content/resources/developers/maven-idea-codestyle.xml
index 941d2bd..1b1b031 100644
--- a/content/resources/developers/maven-idea-codestyle.xml
+++ b/content/resources/developers/maven-idea-codestyle.xml
@@ -36,7 +36,7 @@
     </value>
   </option>
   <option name="LINE_SEPARATOR" value="&#10;" />
-  <option name="USE_FQ_CLASS_NAMES" value="true" />
+  <option name="USE_FQ_CLASS_NAMES" value="false" />
   <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
   <option name="KEEP_LINE_BREAKS" value="false" />
   <option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
@@ -82,6 +82,8 @@
   <JavaCodeStyleSettings>
     <option name="ANNOTATION_PARAMETER_WRAP" value="2" />
     <option name="ALIGN_MULTILINE_ANNOTATION_PARAMETERS" value="true" />
+    <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
+    <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
   </JavaCodeStyleSettings>
   <ADDITIONAL_INDENT_OPTIONS fileType="groovy">
     <option name="INDENT_SIZE" value="2" />
@@ -196,6 +198,7 @@
     <option name="SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE" value="true" />
     <option name="SPACE_BEFORE_ANNOTATION_ARRAY_INITIALIZER_LBRACE" value="true" />
     <option name="CALL_PARAMETERS_WRAP" value="1" />
+    <option name="WRAP_COMMENTS" value="true" />
     <option name="ASSERT_STATEMENT_WRAP" value="1" />
     <option name="ASSERT_STATEMENT_COLON_ON_NEXT_LINE" value="true" />
     <option name="IF_BRACE_FORCE" value="3" />