You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by sa...@apache.org on 2017/02/10 22:26:25 UTC

apex-core git commit: Set right margin to 120. Do not wrap long lines.

Repository: apex-core
Updated Branches:
  refs/heads/checkStyle [created] 76f55a826


Set right margin to 120. Do not wrap long lines.


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/76f55a82
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/76f55a82
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/76f55a82

Branch: refs/heads/checkStyle
Commit: 76f55a826369d93e69617a18b6cb8babb1667305
Parents: 7ea7f60
Author: Apex Dev <de...@apex.apache.org>
Authored: Fri Jan 20 07:13:36 2017 -0800
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Fri Jan 20 07:13:36 2017 -0800

----------------------------------------------------------------------
 .idea/codeStyleSettings.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/76f55a82/.idea/codeStyleSettings.xml
----------------------------------------------------------------------
diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml
index 7b75d12..eefed29 100644
--- a/.idea/codeStyleSettings.xml
+++ b/.idea/codeStyleSettings.xml
@@ -64,6 +64,7 @@
           </indentOptions>
         </codeStyleSettings>
         <codeStyleSettings language="JAVA">
+          <option name="RIGHT_MARGIN" value="120" />
           <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="1" />
@@ -73,12 +74,11 @@
           <option name="ALIGN_MULTILINE_RESOURCES" value="false" />
           <option name="ALIGN_MULTILINE_FOR" value="false" />
           <option name="SPACE_AFTER_TYPE_CAST" value="false" />
-          <option name="METHOD_CALL_CHAIN_WRAP" value="1" />
           <option name="IF_BRACE_FORCE" value="3" />
           <option name="DOWHILE_BRACE_FORCE" value="3" />
           <option name="WHILE_BRACE_FORCE" value="3" />
           <option name="FOR_BRACE_FORCE" value="3" />
-          <option name="WRAP_LONG_LINES" value="true" />
+          <option name="WRAP_ON_TYPING" value="0" />
           <indentOptions>
             <option name="INDENT_SIZE" value="2" />
             <option name="CONTINUATION_INDENT_SIZE" value="4" />
@@ -105,4 +105,4 @@
     </option>
     <option name="USE_PER_PROJECT_SETTINGS" value="true" />
   </component>
-</project>
+</project>
\ No newline at end of file