General
- Maximum line width: 160 characters
- Indentation policy: tab character
Java
- General formatting: Code Conventions for the Java Programming Language
- Maximum line width: 160 characters (sources + javadoc)
- Indentation policy: tab character
- Checkstyle configuration: solutionary_checks.xml
- Logging Configuration and Usage