User: rinkrank Date: 02/05/28 15:13:50 Modified: config/.Refactory pretty.settings Log: Merged MODULE_REFACTORING_BRANCH back to MAIN Revision Changes Path 1.10 +14 -14 xdoclet/config/.Refactory/pretty.settings Index: pretty.settings =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/config/.Refactory/pretty.settings,v retrieving revision 1.9 retrieving revision 1.10 diff -u -w -r1.9 -r1.10 --- pretty.settings 4 Apr 2002 01:03:10 -0000 1.9 +++ pretty.settings 28 May 2002 22:13:50 -0000 1.10 @@ -14,19 +14,19 @@ header.4= */ # This is the number of characters to indent for each block. -indent=1 +indent=4 # This is the number of characters to indent for each block. # The character used to indent each block # * tab - use tabs to indent # * space - use spaces to indent -indent.char=tab +indent.char=space # The following parameter should be changed to true if you # like your parens to have a space before and after them # if ( x == y ) //expr.space=true # if (x == y) //expr.space=false -expr.space=true +expr.space=false # The following parameter is the minimum number of blank lines # between methods, nested classes, and nested interfaces. @@ -36,7 +36,7 @@ # Note that this is a minimum. If your code already # has more space between methods, then it won't shrink # the number of blank lines. -lines.between=0 +lines.between=1 # Is there a space after the cast cast.space=true @@ -126,7 +126,7 @@ # if(true) { # // Do something # } -keyword.space=false +keyword.space=true # Do we force a blank line before and after local variable declarations? insert.space.around.local.variables=true @@ -162,7 +162,7 @@ # * C - C style # * PASCAL - PASCAL style # * EMACS - EMACS style -block.style=PASCAL +block.style=C # To handle sun's coding standard, you want the method to begin # with a PASCAL coding style and the {} beneath that to be C style. @@ -270,7 +270,7 @@ # javadoc.wordwrap.min characters in the comment and you # must be passing javadoc.wordwrapp.max for the indenting # plus the comment -javadoc.wordwrap.max=80 +javadoc.wordwrap.max=120 # Wordwrap length for javadoc. You must have at least # javadoc.wordwrap.min characters in the comment and you @@ -431,7 +431,7 @@ # Insert the footer # Should we sort the types and imports? -sort.top=false +sort.top=true # List the prefixes of imports that should be # sorted to the top. For instance,
_______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel