<div dir="ltr">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).<br><br>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.<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 formatting (any difference is minor)<br>- always use {}<br>- use 'final' as much as possible<br><br>git fetch git://<a href="http://github.com/vladdu/otp.git">github.com/vladdu/otp.git</a> jinterface_format<br><br><a href="https://github.com/vladdu/otp/compare/erlang:maint...jinterface_format">https://github.com/vladdu/otp/compare/erlang:maint...jinterface_format</a><br><a href="https://github.com/vladdu/otp/compare/erlang:maint...jinterface_format.patch">https://github.com/vladdu/otp/compare/erlang:maint...jinterface_format.patch</a><br><br>regards,<br>Vlad<br><br><br></div>