Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-25 | [jinterface] add Eclipse projects and settings | Vlad Dumitrescu | |
For other IDEs, use these as reference. In short, the formatting style is: - indentation uses only spaces; each level is 4 positions - no trailing whitespace - mostly default Java style formatting (any difference is minor) - always use {} - use 'final' as much as possible |