Leaving comments at 80 was intentional as per the style guide, I thought.
On May 29, 2011 6:43 PM, <[email protected]> wrote:
> Reviewers: zundel, rjrjr,
>
> Description:
> Format comments to 100 columns to match code format
>
>
> Please review this at http://gwt-code-reviews.appspot.com/1450808/
>
> Affected files:
> M eclipse/settings/code-style/gwt-format.xml
>
>
> Index: eclipse/settings/code-style/gwt-format.xml
> ===================================================================
> --- eclipse/settings/code-style/gwt-format.xml (revision 10241)
> +++ eclipse/settings/code-style/gwt-format.xml (working copy)
> @@ -64,7 +64,7 @@
> <setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags"
> value="true"/>
> <setting
>
id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags"

> value="insert"/>
> <setting
> id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter"
> value="do not insert"/>
> -<setting id="org.eclipse.jdt.core.formatter.comment.line_length"
> value="80"/>
> +<setting id="org.eclipse.jdt.core.formatter.comment.line_length"
> value="100"/>
> <setting
> id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries"
> value="true"/>
> <setting
>
id="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries"
> value="true"/>
> <setting id="org.eclipse.jdt.core.formatter.compact_else_if"
value="true"/>
>
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to