So in general I'm not too picky with coding styles but I just started looking at the Artemis project a few days ago and something that stood out to me right away was the use of opening curly braces on a new line.
Virtually ever Java code base I've seen is written in the style using the opening brace on the same line. (See http://google.github.io/styleguide/javaguide.html#s4.1.2-blocks-k-r-style) I think that in general it would be a good idea to match up to a style that most Java developers are used to working with if we want to get more of the community involved. I was wondering if anyone would have an issue with changing the style or what people's thoughts are about this potential change?
