Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT patch format submission

With Eclipse 3.1 whatever we standardize on can be set on the project *and* have shared in the repository, I believe some of the Eclipse platform plugins (org.eclipse.ui) have gone this way.


+1


Dave.

Alain Magloire wrote:
Bonjour
  the last couple of months reviewing/integrating patches was harder then necessary
because of ..  formatting changes:

- moving inner classes from beginning to end
- moving inner classes from end to beginning
- Some folks do not like anonymous classes and ... extract them to files,
- glossing over the brace indentations { }
- the "if ( condition ) " vs the "if (condition)" etc ..
...
etc ..  'til ad nauseam


So about to standardise on the "Java Builtin Convention [builtin]" formatter ?
Or whatever format .. but let just stick to one ... please.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top