[erlang-patches] [jinterface] add Eclipse projects and formatting settings
Vlad Dumitrescu
vladdu55@REDACTED
Thu Nov 13 12:01:43 CET 2014
The current Java codebase is not formatted according to the Java style
guidelines (mostly the indentation is not 4 spaces per level and there is
trailing whitespace).
This adds Eclipse project files and formatting settings. The latter can be
used as references for other IDEs. Also, the whole code is reformatted and
cleaned up according to these settings, so that in the future the diffs
will be meaningful.
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
git fetch git://github.com/vladdu/otp.git jinterface_format
https://github.com/vladdu/otp/compare/erlang:maint...jinterface_format
https://github.com/vladdu/otp/compare/erlang:maint...jinterface_format.patch
regards,
Vlad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-patches/attachments/20141113/49637e90/attachment.htm>
More information about the erlang-patches
mailing list