Hi Johannes,<br><br>I agree that we should pay attention to the coding style of imglib, ImageJ and related Fiji projects. My current plan for ImageJ is to use Eclipse, since it allows you to define source code formatting conventions and apply them. I believe you can also export the rules as XML so that we can commit them to the git repository. Eventually we could even have a post-commit hook to take care of it.<br>

<br>-Curtis<br><br><div class="gmail_quote">On Wed, Apr 14, 2010 at 3:18 PM, Johannes Schindelin <span dir="ltr">&lt;<a href="mailto:Johannes.Schindelin@gmx.de">Johannes.Schindelin@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi,<br>
<br>
I just tried to come up with a sensible way to ensure that I do not<br>
violate the coding style of imglib. This is what I came up with (it<br>
requires version 1.24 of Artistic Style: <a href="http://astyle.sourceforge.net/" target="_blank">http://astyle.sourceforge.net/</a>):<br>
<br>
astyle --indent=tab --unpad-paren --pad-paren-in --pad=oper --mode=java<br>
--keep-one-line-blocks --keep-one-line-statements --suffix=none<br>
--lineend=linux --formatted $(git ls-files \*.java)<br>
<br>
Many of the files have CR/LF line endings, so if you want to see what this<br>
_really_ changes, call:<br>
<br>
git diff --ignore-space-at-eol<br>
<br>
In any case, don&#39;t do that if you have uncommitted changes you want to<br>
keep!<br>
<br>
Ciao,<br>
Johannes<br>
<br>
P.S.: if anybody is interested, I can commit the result to a topic branch.<br>
<font color="#888888"><br>
--<br>
You received this message because you are subscribed to the Google Groups &quot;Fiji-devel&quot; group.<br>
To post to this group, send email to <a href="mailto:fiji-devel@googlegroups.com">fiji-devel@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:fiji-devel%2Bunsubscribe@googlegroups.com">fiji-devel+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/fiji-devel?hl=en" target="_blank">http://groups.google.com/group/fiji-devel?hl=en</a>.<br>
<br>
</font></blockquote></div><br>