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/test/.classpath | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/jinterface/test/.classpath (limited to 'lib/jinterface/test/.classpath') diff --git a/lib/jinterface/test/.classpath b/lib/jinterface/test/.classpath new file mode 100644 index 0000000000..2e4a3e6776 --- /dev/null +++ b/lib/jinterface/test/.classpath @@ -0,0 +1,8 @@ + + + + + + + + -- cgit v1.2.3