On Wed, Feb 9, 2011 at 2:25 PM, Ray Ryan <[email protected]> wrote: > Okay, ready for re-review. > > Less ambitious now. Allows foo.bar().baz().bang().imagineManyOfThese("hi > mom"); to wrap as: > > foo.bar().baz().bang() > .imagineManyOfThese("hi mom"); > > instead of what happens now: > > foo.bar().baz().bang().imagineManyOfThese( > "hi mom"); >
One other thing to check is what sort of diffs show up if you do Ctrl-Alt-F on the whole codebase (just spot check of course). I think it is a problem if most files would change how they auto-format. -- John A. Tamplin Software Engineer (GWT), Google -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
