Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [jinterface] add Eclipse projects and settings | Vlad Dumitrescu | 2014-11-25 | 1 | -0/+2 |
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 |