And the winners are...
Braces: {
Looks like I'm outvoted on this one.
}Indentation: 2 spaces. No tabs! Member Variables: before methods Line Length: 100 (Preferred indent after wrapping: 8 spces) Imports: do not use package imports (e.g. import org.uima.*). order imports alphabetically first by package and then by class. (This is what Eclispe does by default.) I'll proceed with posting this to the website. -Adam
