Commit Graph

5 Commits

Author SHA1 Message Date
Ceki Gulcu 3121243572 Reformat all code with the exception of the slf4j-android module to use 4 space indentation and max line width of 160. 2015-03-26 12:59:25 +01:00
Ceki Gulcu d9f79d3bda revert indentation changes in LoggerFactory, modify codeStyle.xml to match existing code style as much as possible 2014-12-13 19:49:05 +01:00
Jeremy Landis 3b9f0ec0c8 Proposal: Enforce formatting
Added updated codeStyle.xml using the one from logback as the most
recent and added missing items from newer versions of eclipse.
Added java formatter with activation turned off for the time being.

This is a proposal that the java code get properly enforced to be
formatted.  By removing the commented activation this will occur on each
build.  After the first format, it will not format again except in cases
where a build is occurring and formatting was not followed.  This is
rather clean after the first cut.  This plugin covers only the java code
at this time.  XML will still need done the old fashioned way.
2014-09-26 23:33:52 -04:00
Ceki Gulcu 88c4c45676 setting autocrlf = true on windows - no logical changes 2009-12-03 19:16:42 +01:00
Ceki Gulcu 55a650f08c - Fixed synchronisation related bug number 27.
See also http://bugzilla.slf4j.org/show_bug.cgi?id=27
- added eclipse codeStyle.xml
- The various SLF4J inherit their version number through a poperty, 
  namely "aversion", defined in the parent pom. This little trick seems 
  to work well and saves alot of time.
2006-11-04 18:35:32 +00:00