Yonik Seeley wrote:
The java coding standards do say
"Spaces after keywords but no spaces either before or after
parentheses in method calls"

"if (a)" and "foo(a)"

Lucene's formatting guidelines are stated at:

http://wiki.apache.org/lucene-java/HowToContribute

In short, they say: Sun's conventions, *except* two-space indentation. I think it is fair to bounce a patch for flagrantly violating these, or to unilaterally repair its formatting prior to commit. It's painful to re-format code after it is committed.

That's the current policy.  It could be changed with a vote.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to