Skip to main content

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

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.



Back to the top