On May 28, 2012, at 7:24 AM, Gary Gregory wrote: > On Sun, May 27, 2012 at 12:48 PM, Christian Grobmeier <[email protected]> > wrote: > On Sun, May 27, 2012 at 4:18 PM, Jacob Kjome <[email protected]> wrote: > > > > To ensure a proper style one could use Checkstyle. > > OK, sounds good. How about I start with using the same checkstyle as for > v2.0? I have that set up in my local sandbox and it does give a long list, so > that's a start before an IDE-level format operation. > > (Ralph?) What IDE and settings where used to format v2.0? Why not share that > in SVN? For example in ide/format/eclipse/3.7
I use the default settings in IntelliJ but the real style rules are https://svn.apache.org/repos/asf/logging/log4j/log4j2/trunk/checkstyle.xml. You can see the checkstyle report for each log4j 2 component at http://people.apache.org/~rgoers/log4j2/ within each component's project reports. Ralph
