From bb31ca7d6cf2d08d1efe2ba3bce37c9f8d8634bc Mon Sep 17 00:00:00 2001 From: Vlad Dumitrescu Date: Thu, 13 Nov 2014 14:28:50 +0100 Subject: [jinterface] add Eclipse projects and settings 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 --- lib/jinterface/.classpath | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/jinterface/.classpath (limited to 'lib/jinterface/.classpath') diff --git a/lib/jinterface/.classpath b/lib/jinterface/.classpath new file mode 100644 index 0000000000..9785e55986 --- /dev/null +++ b/lib/jinterface/.classpath @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.3