diff options
author | Vlad Dumitrescu <[email protected]> | 2014-11-13 14:28:50 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-11-25 12:12:10 +0100 |
commit | bb31ca7d6cf2d08d1efe2ba3bce37c9f8d8634bc (patch) | |
tree | b90232ed7ee36549ea464caf5909d8d849cbc837 /lib/jinterface/test/jinterface_SUITE_data | |
parent | c18819e771228cb76c07ae88467d56e09e446165 (diff) | |
download | otp-bb31ca7d6cf2d08d1efe2ba3bce37c9f8d8634bc.tar.gz otp-bb31ca7d6cf2d08d1efe2ba3bce37c9f8d8634bc.tar.bz2 otp-bb31ca7d6cf2d08d1efe2ba3bce37c9f8d8634bc.zip |
[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
Diffstat (limited to 'lib/jinterface/test/jinterface_SUITE_data')
-rw-r--r-- | lib/jinterface/test/jinterface_SUITE_data/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/jinterface/test/jinterface_SUITE_data/.gitignore b/lib/jinterface/test/jinterface_SUITE_data/.gitignore new file mode 100644 index 0000000000..6b468b62a9 --- /dev/null +++ b/lib/jinterface/test/jinterface_SUITE_data/.gitignore @@ -0,0 +1 @@ +*.class |