[jinterface] add Eclipse projects and formatting settings
Vlad Dumitrescu <[email protected]> Thu, 13 Nov 2014 12:01:43 +0100
| Newsgroups | gmane.comp.lang.erlang.patches |
|---|---|
| Message-ID | <CAA-EFXtTOhB2P=rk4Zvv5rDVDtLtx54ZKn2_2MSexBbss6ArVA@mail.gmail.com> |
--===============5312298277683036322==
Content-Type: multipart/alternative; boundary=001a11c389f236e6bf0507bb7125
--001a11c389f236e6bf0507bb7125
Content-Type: text/plain; charset=UTF-8
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
--001a11c389f236e6bf0507bb7125
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">The current Java codebase is not formatted according to th=
e Java style guidelines (mostly the indentation is not 4 spaces per level a=
nd there is trailing whitespace).<br><br>This adds Eclipse project files an=
d formatting settings. The latter can be used as references for other IDEs.=
Also, the whole code is reformatted and cleaned up according to these sett=
ings, so that in the future the diffs will be meaningful.<br><br>In short, =
the formatting style is:<br>- indentation uses only spaces; each level is 4=
positions<br>- no trailing whitespace<br>- mostly default Java style forma=
tting (any difference is minor)<br>- always use {}<br>- use 'final'=
as much as possible<br><br>git fetch git://<a href=3D"http://github.com/vl=
addu/otp.git">github.com/vladdu/otp.git</a> jinterface_format<br><br><a hre=
f=3D"https://github.com/vladdu/otp/compare/erlang:maint...jinterface_format=
">https://github.com/vladdu/otp/compare/erlang:maint...jinterface_format</a=
><br><a href=3D"https://github.com/vladdu/otp/compare/erlang:maint...jinter=
face_format.patch">https://github.com/vladdu/otp/compare/erlang:maint...jin=
terface_format.patch</a><br><br>regards,<br>Vlad<br><br><br></div>
--001a11c389f236e6bf0507bb7125--
--===============5312298277683036322==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
erlang-patches mailing list
[email protected]
http://erlang.org/mailman/listinfo/erlang-patches
--===============5312298277683036322==--