summaryrefslogtreecommitdiff
path: root/lib/jinterface/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* [jinterface] add Eclipse projects and settingsVlad Dumitrescu2014-11-251-0/+6
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